fix(core): update
This commit is contained in:
@ -44,4 +44,4 @@ tap.skip.test('test', async (tools) => {
|
||||
await tools.delayFor(5000);
|
||||
})
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
@ -106,4 +106,4 @@ tap.test('should end the server', async (toolsArg) => {
|
||||
setTimeout(() => process.exit(0), 100);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
Reference in New Issue
Block a user