logcontext/test/test.asynclocalstorage.ts

4 lines
103 B
TypeScript
Raw Normal View History

2021-09-17 17:21:34 +00:00
import { tap, expect } from '@pushrocks/tapbundle';
tap.test('demotask', async () => {});
tap.start();