diff --git a/test/test.asynclocalstorage.ts b/test/test.asynclocalstorage.ts deleted file mode 100644 index c95ad17..0000000 --- a/test/test.asynclocalstorage.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { tap, expect } from '@pushrocks/tapbundle'; -tap.test('demotask', async () => {}); -tap.start();