2 Commits

Author SHA1 Message Date
ea47e1afc0 1.0.6 2019-04-09 12:33:46 +02:00
68132b996b fix(core): update 2019-04-09 12:33:46 +02:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartipc",
"version": "1.0.5",
"version": "1.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartipc",
"version": "1.0.5",
"version": "1.0.6",
"private": false,
"description": "node inter process communication",
"main": "dist/index.js",

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