summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/child_process_fork_test/main.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-09-28 13:04:16 -0400
committerGitHub <noreply@github.com>2022-09-28 13:04:16 -0400
commitd677ba67f50e5edb0491d8ed1e4171473d662081 (patch)
tree9f8740666298ac8e1041fa3e169d8f3a9e074448 /cli/tests/testdata/npm/child_process_fork_test/main.ts
parent23125b275f282f96a6316d11f97e5603dab0d009 (diff)
feat(npm): functionality to support child_process.fork (#15891)
Diffstat (limited to 'cli/tests/testdata/npm/child_process_fork_test/main.ts')
-rw-r--r--cli/tests/testdata/npm/child_process_fork_test/main.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/child_process_fork_test/main.ts b/cli/tests/testdata/npm/child_process_fork_test/main.ts
new file mode 100644
index 000000000..e560edb7e
--- /dev/null
+++ b/cli/tests/testdata/npm/child_process_fork_test/main.ts
@@ -0,0 +1,4 @@
+import "npm:chalk@4";
+import { run } from "npm:@denotest/child-process-fork";
+
+run();