fix(core): update

This commit is contained in:
2024-05-14 19:28:39 +02:00
parent b9805efa57
commit e8043c5734
8 changed files with 7375 additions and 724 deletions

View File

@ -1,7 +1,7 @@
import { expect, tap } from '@pushrocks/tapbundle';
import { expect, tap } from '@push.rocks/tapbundle';
import * as smartspawn from '../ts/index.js';
tap.test('should create a simple test function', async () => {});
tap.start();
export default tap.start();