fix(core): update
This commit is contained in:
@ -41,4 +41,4 @@ tap.test('should correctly check the existence of keys', async () => {
|
||||
expect(resultThere).toBeTrue();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
@ -8,4 +8,4 @@ tap.test('first test', async () => {
|
||||
expect(testTypedrequestcache).toBeInstanceOf(webstore.TypedrequestCache);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
@ -37,4 +37,4 @@ tap.test('should correctly check the existence of keys', async () => {
|
||||
expect(resultThere).toBeTrue();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
Reference in New Issue
Block a user