Files
tsclass/test/test.both.ts

10 lines
209 B
TypeScript
Raw Normal View History

2019-10-02 11:11:22 +02:00
import { tap, expect } from '@pushrocks/tapbundle';
import * as tsclass from '../ts/index';
tap.test('should assign a correct type', async () => {
2020-01-19 10:19:38 +00:00
let contact: tsclass.business.IContact;
2019-10-02 11:11:22 +02:00
});
tap.start();