summaryrefslogtreecommitdiff
path: root/tests/testdata/package_json/invalid_value/error.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/package_json/invalid_value/error.ts')
-rw-r--r--tests/testdata/package_json/invalid_value/error.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testdata/package_json/invalid_value/error.ts b/tests/testdata/package_json/invalid_value/error.ts
new file mode 100644
index 000000000..fd75d633c
--- /dev/null
+++ b/tests/testdata/package_json/invalid_value/error.ts
@@ -0,0 +1,4 @@
+// the package.json will error when importing
+import * as test from "@denotest/cjs-default-export";
+
+console.log(test);