tstest/test/test.ts

7 lines
151 B
TypeScript
Raw Normal View History

2018-08-03 17:18:42 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
2022-03-12 23:30:32 +00:00
import * as tstest from '../ts/index.js';
2018-08-03 17:18:42 +00:00
tap.test('prepare test', async () => {});
tap.start();