6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
|
import { tap, expect } from '@pushrocks/tapbundle';
|
||
|
|
||
|
tap.test('should run a test', async () => {});
|
||
|
|
||
|
tap.start();
|