initial
This commit is contained in:
6
test/test.ts
Normal file
6
test/test.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import * as tstest from '../ts/index';
|
||||
|
||||
tap.test('prepare test', async () => {});
|
||||
|
||||
tap.start();
|
Reference in New Issue
Block a user