tstest/test/test.ts

7 lines
152 B
TypeScript
Raw Normal View History

2023-07-13 03:19:11 +02:00
import { expect, tap } from '@push.rocks/tapbundle';
2022-03-13 00:30:32 +01:00
import * as tstest from '../ts/index.js';
2018-08-03 19:18:42 +02:00
tap.test('prepare test', async () => {});
tap.start();