summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/vendor/npm_and_node_specifier.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/vendor/npm_and_node_specifier.ts')
-rw-r--r--cli/tests/testdata/vendor/npm_and_node_specifier.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/vendor/npm_and_node_specifier.ts b/cli/tests/testdata/vendor/npm_and_node_specifier.ts
new file mode 100644
index 000000000..61962e836
--- /dev/null
+++ b/cli/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";