fix(core): update

This commit is contained in:
2019-08-22 16:14:50 +02:00
parent 4113bf551e
commit 2883d2b926
7 changed files with 35 additions and 36 deletions

View File

@ -15,7 +15,7 @@ tap.test('should start the testproxy', async () => {
await testProxy.start();
});
tap.test('should wait for 5 seconds', async (tools) => {
tap.test('should wait for 5 seconds', async tools => {
await tools.delayFor(1000);
});