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

@@ -27,4 +27,4 @@ tap.test('should find an entry', async () => {
expect(result.value1).toEqual('heyho3');
});
tap.start();
await tap.start();