Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ea47e1afc0 | |||
68132b996b |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartipc",
|
"name": "@pushrocks/smartipc",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartipc",
|
"name": "@pushrocks/smartipc",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "node inter process communication",
|
"description": "node inter process communication",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -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();
|
||||||
|
Reference in New Issue
Block a user