mirror of
https://github.com/coder/code-server.git
synced 2026-06-05 03:49:33 +00:00
Move and refactor child_process tests
This commit is contained in:
3
packages/ide/test/forker.js
Normal file
3
packages/ide/test/forker.js
Normal file
@@ -0,0 +1,3 @@
|
||||
process.on("message", (data) => {
|
||||
process.send(data);
|
||||
});
|
||||
Reference in New Issue
Block a user