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 testInterestmap: lik.InterestMap<number, number>;
@@ -22,4 +22,4 @@ tap.test('should be able to inform about a lost interest', async () => {
testInterestmap.informLostInterest(3);
});
await tap.start();
export default tap.start();