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, 0 insertions, 4 deletions
diff --git a/tests/testdata/package_json/invalid_value/error.ts b/tests/testdata/package_json/invalid_value/error.ts
deleted file mode 100644
index fd75d633c..000000000
--- a/tests/testdata/package_json/invalid_value/error.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-// the package.json will error when importing
-import * as test from "@denotest/cjs-default-export";
-
-console.log(test);