summaryrefslogtreecommitdiff
path: root/tests/testdata/run/with_package_json/npm_binary
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/with_package_json/npm_binary')
-rw-r--r--tests/testdata/run/with_package_json/npm_binary/main.out7
-rw-r--r--tests/testdata/run/with_package_json/npm_binary/package.json8
2 files changed, 15 insertions, 0 deletions
diff --git a/tests/testdata/run/with_package_json/npm_binary/main.out b/tests/testdata/run/with_package_json/npm_binary/main.out
new file mode 100644
index 000000000..13d196a5e
--- /dev/null
+++ b/tests/testdata/run/with_package_json/npm_binary/main.out
@@ -0,0 +1,7 @@
+[WILDCARD]package.json file found at '[WILDCARD]with_package_json[WILDCARD]npm_binary[WILDCARD]package.json'
+[WILDCARD]
+this
+is
+a
+test
+[WILDCARD]
diff --git a/tests/testdata/run/with_package_json/npm_binary/package.json b/tests/testdata/run/with_package_json/npm_binary/package.json
new file mode 100644
index 000000000..9ee3f39a8
--- /dev/null
+++ b/tests/testdata/run/with_package_json/npm_binary/package.json
@@ -0,0 +1,8 @@
+{
+ "dependencies": {
+ "@denotest/check-error": "1.0.0"
+ },
+ "devDependencies": {
+ "@denotest/cjs-default-export": "1.0.0"
+ }
+}