summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/exec-file/1.0.0/exec-child.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/registry/npm/@denotest/exec-file/1.0.0/exec-child.js')
-rw-r--r--tests/registry/npm/@denotest/exec-file/1.0.0/exec-child.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/exec-file/1.0.0/exec-child.js b/tests/registry/npm/@denotest/exec-file/1.0.0/exec-child.js
new file mode 100644
index 000000000..13ad51ca2
--- /dev/null
+++ b/tests/registry/npm/@denotest/exec-file/1.0.0/exec-child.js
@@ -0,0 +1,2 @@
+const { Buffer } = require("buffer");
+console.log(Buffer.from("Hello, world!").toString());