From 8dccd3570e9dcfd3ca73baabb84d11f5de91181b Mon Sep 17 00:00:00 2001 From: Unitech Date: Tue, 8 Dec 2015 16:58:27 +0100 Subject: [PATCH] #1822 new method pm2.sendDataToProcessId --- test/pm2_programmatic_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/pm2_programmatic_tests.sh b/test/pm2_programmatic_tests.sh index c8360462..713499d2 100644 --- a/test/pm2_programmatic_tests.sh +++ b/test/pm2_programmatic_tests.sh @@ -51,6 +51,8 @@ mocha ./test/programmatic/cluster.js spec "Cluster tests" mocha ./test/programmatic/misc_commands.js spec "MISC tests" +mocha ./test/programmatic/send_data_process.mocha.js +spec "Send data to a process" mocha ./test/programmatic/json_validation.mocha.js spec "JSON validation test"