fix(core): update
This commit is contained in:
@ -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);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user