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,5 +1,5 @@
// import test framework
import { expect, tap } from '@pushrocks/tapbundle';
import { expect, tap } from '@push.rocks/tapbundle';
// import the module
import * as lik from '../ts/index.js';
@@ -73,4 +73,4 @@ tap.test('should get one object and then remove it', async () => {
expect(testObjectmap.getArray()).not.toContain(oneObject);
});
await tap.start();
export default tap.start();