fix(core): update
This commit is contained in:
parent
909a4e11ef
commit
68132b996b
@ -30,7 +30,7 @@ tap.test('should create a client', async tools => {
|
|||||||
clientIpc.sendMessage('hi', { awesome: 'yes' });
|
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 tools.delayFor(1000);
|
||||||
await clientIpc.stop();
|
await clientIpc.stop();
|
||||||
await serverIpc.stop();
|
await serverIpc.stop();
|
||||||
|
Loading…
Reference in New Issue
Block a user