fix(core): update

This commit is contained in:
2021-07-27 13:42:13 +02:00
parent 466a03e27b
commit 4cb41aa1d6
12 changed files with 25029 additions and 879 deletions

View File

@ -7,7 +7,7 @@ tap.test('first test', async () => {
testSmartexit = new smartexit.SmartExit();
});
tap.test('should end processes upon SIGINT', async tools => {
tap.test('should end processes upon SIGINT', async (tools) => {
await tools.delayFor(5000);
});