From 68132b996ba0c46cf00fdba619da41bb3f668ca8 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 9 Apr 2019 12:33:46 +0200 Subject: [PATCH] fix(core): update --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index 91e6347..195fc15 100644 --- a/test/test.ts +++ b/test/test.ts @@ -30,7 +30,7 @@ tap.test('should create a client', async tools => { clientIpc.sendMessage('hi', { awesome: 'yes' }); }); -tap.test('should terminate the smartipc process', async (tools) => { +tap.test('should terminate the smartipc process', async tools => { await tools.delayFor(1000); await clientIpc.stop(); await serverIpc.stop();