summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/esm_import_cjs_default
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/esm_import_cjs_default')
-rw-r--r--cli/tests/testdata/npm/esm_import_cjs_default/main.ts (renamed from cli/tests/testdata/npm/esm_import_cjs_default/main.js)1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/esm_import_cjs_default/main.js b/cli/tests/testdata/npm/esm_import_cjs_default/main.ts
index f405a5899..f9c3280e5 100644
--- a/cli/tests/testdata/npm/esm_import_cjs_default/main.js
+++ b/cli/tests/testdata/npm/esm_import_cjs_default/main.ts
@@ -1,3 +1,4 @@
+// @ts-check
import cjsDefault, {
MyClass as MyCjsClass,
} from "npm:@denotest/cjs-default-export";