summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/cjs-import-dual/1.0.0/index.d.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-07-10 14:46:25 -0400
committerGitHub <noreply@github.com>2024-07-10 14:46:25 -0400
commita49d0bd10ba2a4745c291f3f413d97396213e4ec (patch)
tree0c63c25304f465e969d2bcfb8bd71df8575c4033 /tests/registry/npm/@denotest/cjs-import-dual/1.0.0/index.d.ts
parent4d2d764816d266e42f3b2251248b100abb667c83 (diff)
fix(check): CJS types importing dual ESM/CJS package should prefer CJS types (#24492)
Closes #16370
Diffstat (limited to 'tests/registry/npm/@denotest/cjs-import-dual/1.0.0/index.d.ts')
-rw-r--r--tests/registry/npm/@denotest/cjs-import-dual/1.0.0/index.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/cjs-import-dual/1.0.0/index.d.ts b/tests/registry/npm/@denotest/cjs-import-dual/1.0.0/index.d.ts
new file mode 100644
index 000000000..55aaea82e
--- /dev/null
+++ b/tests/registry/npm/@denotest/cjs-import-dual/1.0.0/index.d.ts
@@ -0,0 +1,2 @@
+// it should pick up the cjs types
+export { getKind } from "@denotest/dual-cjs-esm";