summaryrefslogtreecommitdiff
path: root/tests/testdata/vendor/npm_and_node_specifier.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/vendor/npm_and_node_specifier.ts')
-rw-r--r--tests/testdata/vendor/npm_and_node_specifier.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/vendor/npm_and_node_specifier.ts b/tests/testdata/vendor/npm_and_node_specifier.ts
new file mode 100644
index 000000000..61962e836
--- /dev/null
+++ b/tests/testdata/vendor/npm_and_node_specifier.ts
@@ -0,0 +1,2 @@
+export { default as path } from "node:path";
+export { getValue, setValue } from "npm:@denotest/esm-basic";