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