fix(core): update

This commit is contained in:
2024-04-18 20:51:59 +02:00
parent 09e247db1e
commit 77867e26c2
6 changed files with 1781 additions and 2380 deletions

View File

@@ -37,4 +37,4 @@ tap.test('should correctly check the existence of keys', async () => {
expect(resultThere).toBeTrue();
});
tap.start();
export default tap.start();