typedrequest-interfaces/test/test.ts

9 lines
166 B
TypeScript
Raw Normal View History

2019-08-22 13:40:10 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as typedrequestInterfaces from '../ts/index';
tap.test('first test', async () => {
2019-08-22 13:41:49 +00:00
2019-08-22 13:40:10 +00:00
});
tap.start();