mirror of
https://github.com/coder/code-server.git
synced 2025-09-25 09:05:54 +08: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