fix(core): update
This commit is contained in:
parent
eab145e736
commit
ae377b185e
@ -27,7 +27,12 @@ tap.test('first test', async (tools) => {
|
|||||||
hithere: 'hello',
|
hithere: 'hello',
|
||||||
});
|
});
|
||||||
console.log(JSON.stringify(result2)); */
|
console.log(JSON.stringify(result2)); */
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
tap.test('should end on nodejs', async (toolsArg) => {
|
||||||
|
if (globalThis.process) {
|
||||||
|
toolsArg.delayFor(2000).then(() => globalThis.process.exit(0));
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
tap.start();
|
tap.start();
|
Loading…
Reference in New Issue
Block a user