fix(core): update
This commit is contained in:
@ -20,7 +20,7 @@ tap.test('should render a string', async () => {
|
||||
|
||||
tap.test('should log', async () => {
|
||||
log();
|
||||
setTimeout(()=> process.exit(0), 0);
|
||||
})
|
||||
setTimeout(() => process.exit(0), 0);
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user