typedrequest/test/test.ts
2019-08-22 16:44:44 +02:00

8 lines
153 B
TypeScript

import { expect, tap } from '@pushrocks/tapbundle';
import * as typedrequest from '../ts/index';
tap.test('first test', async () => {
});
tap.start();