diff options
Diffstat (limited to 'tests/registry/npm/@denotest/child-process-fork/1.0.0/forked_path.js')
-rw-r--r-- | tests/registry/npm/@denotest/child-process-fork/1.0.0/forked_path.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/child-process-fork/1.0.0/forked_path.js b/tests/registry/npm/@denotest/child-process-fork/1.0.0/forked_path.js new file mode 100644 index 000000000..aaa106315 --- /dev/null +++ b/tests/registry/npm/@denotest/child-process-fork/1.0.0/forked_path.js @@ -0,0 +1,3 @@ +const chalk = require("chalk"); + +console.log(typeof chalk.green); |