Archived
1
0

Move and refactor child_process tests

This commit is contained in:
Asher
2019-02-19 15:30:56 -06:00
parent d80f82ab98
commit 3685e6555c
6 changed files with 103 additions and 22 deletions

View File

@ -1,3 +0,0 @@
process.on("message", (data) => {
process.send(data);
});