fix(core): update

This commit is contained in:
Philipp Kunz 2019-04-09 12:33:46 +02:00
parent 909a4e11ef
commit 68132b996b

View File

@ -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();