fix(core): update

This commit is contained in:
2023-11-09 21:17:13 +01:00
parent c083a47f07
commit 355c2d132e
14 changed files with 3062 additions and 1279 deletions

View File

@@ -22,4 +22,4 @@ tap.test('should be able to inform about a lost interest', async () => {
testInterestmap.informLostInterest(3);
});
tap.start();
await tap.start();