typedrequest-interfaces/test/test.ts

9 lines
189 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-23 14:57:45 +00:00
typedrequestInterfaces;
2019-08-22 13:40:10 +00:00
});
tap.start();