From d677ba67f50e5edb0491d8ed1e4171473d662081 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 28 Sep 2022 13:04:16 -0400 Subject: feat(npm): functionality to support child_process.fork (#15891) --- cli/tests/testdata/npm/child_process_fork_test/main.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cli/tests/testdata/npm/child_process_fork_test/main.ts (limited to 'cli/tests/testdata/npm/child_process_fork_test/main.ts') 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(); -- cgit v1.2.3