10 lines
209 B
TypeScript
10 lines
209 B
TypeScript
import { tap, expect } from '@pushrocks/tapbundle';
|
|
|
|
import * as tsclass from '../ts/index';
|
|
|
|
tap.test('should assign a correct type', async () => {
|
|
let contact: tsclass.business.IContact;
|
|
});
|
|
|
|
tap.start();
|