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

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

View File

@ -8,4 +8,4 @@ tap.test('first test', async () => {
expect(testTypedrequestcache).toBeInstanceOf(webstore.TypedrequestCache);
});
tap.start();
export default tap.start();

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();