fix(core): update

This commit is contained in:
2024-05-25 02:15:08 +02:00
parent 0d60b29ff7
commit 262891ccf3
6 changed files with 4603 additions and 2582 deletions

View File

@ -44,4 +44,4 @@ tap.skip.test('test', async (tools) => {
await tools.delayFor(5000);
})
tap.start();
export default tap.start();

View File

@ -106,4 +106,4 @@ tap.test('should end the server', async (toolsArg) => {
setTimeout(() => process.exit(0), 100);
});
tap.start();
export default tap.start();