logcontext/test/test.asynclocalstorage.ts
2021-09-17 19:21:34 +02:00

4 lines
103 B
TypeScript

import { tap, expect } from '@pushrocks/tapbundle';
tap.test('demotask', async () => {});
tap.start();