summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/child_process_fork_test/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/npm/child_process_fork_test/main.ts')
-rw-r--r--tests/testdata/npm/child_process_fork_test/main.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testdata/npm/child_process_fork_test/main.ts b/tests/testdata/npm/child_process_fork_test/main.ts
new file mode 100644
index 000000000..e560edb7e
--- /dev/null
+++ b/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();