aboutsummaryrefslogtreecommitdiff
path: root/node_modules/spawn-wrap/test/fixtures/test-shim.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/spawn-wrap/test/fixtures/test-shim.js')
-rw-r--r--node_modules/spawn-wrap/test/fixtures/test-shim.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/spawn-wrap/test/fixtures/test-shim.js b/node_modules/spawn-wrap/test/fixtures/test-shim.js
deleted file mode 100644
index b6baf69ee..000000000
--- a/node_modules/spawn-wrap/test/fixtures/test-shim.js
+++ /dev/null
@@ -1,3 +0,0 @@
-console.log('before in shim')
-require('../..').runMain()
-console.log('after in shim')