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