diff --git a/test/test.ts b/test/test.ts index bdfc81a..c6d2387 100644 --- a/test/test.ts +++ b/test/test.ts @@ -4,5 +4,5 @@ import * as smartfileInterfaces from '../ts/index'; tap.test('first test', async () => { console.log(smartfileInterfaces); }); -; + tap.start();