fix(core): update

This commit is contained in:
2024-04-18 21:55:33 +02:00
parent b64fe567a8
commit cd08cf370c
12 changed files with 693 additions and 1653 deletions

View File

@@ -1,4 +1,4 @@
import { tap, expect } from '@pushrocks/tapbundle';
import { tap, expect } from '@push.rocks/tapbundle';
import * as lik from '../ts/index.js';
let testAsyncExecutionStack: lik.AsyncExecutionStack;
@@ -26,4 +26,4 @@ tap.test('should run in parallel', async (toolsArg) => {
}, 0);
});
await tap.start();
export default tap.start();