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';
@@ -83,4 +83,4 @@ tap.test('lik.Stringmap.empty() -> should remove wipe and then notify', async ()
testStringmap.wipe();
});
await tap.start();
export default tap.start();