4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
|
import { tap, expect } from '@pushrocks/tapbundle';
|
||
|
tap.test('demotask', async () => {});
|
||
|
tap.start();
|