fix(core): update

This commit is contained in:
2023-05-01 13:03:55 +02:00
parent 0fd7ae74f8
commit 1dadeeb05a
8 changed files with 30 additions and 13869 deletions

View File

@ -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();