summaryrefslogtreecommitdiff
path: root/tests/specs/run/package_json/invalid_value/error.ts
blob: fd75d633cac09d6be05db73bcbcf15d386286ee2 (plain)
1
2
3
4
// the package.json will error when importing
import * as test from "@denotest/cjs-default-export";

console.log(test);