summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/child_process_fork_test/main.ts
diff options
context:
space:
mode:
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();