fix(core): update

This commit is contained in:
2020-07-04 10:45:56 +00:00
parent 7b777ea1a9
commit ed91da6e3f
8 changed files with 28 additions and 21 deletions

View File

@ -12,7 +12,7 @@ tap.test('should start the tswatch instance', async () => {
await testTsWatchInstance.start();
});
tap.test('should stop the instance', async tools => {
tap.test('should stop the instance', async (tools) => {
tools.delayFor(2000);
testTsWatchInstance.stop();
});