diff options
Diffstat (limited to 'tests/registry/npm/@denotest/mjs-reexport-cjs/1.0.0/index.mjs')
-rw-r--r-- | tests/registry/npm/@denotest/mjs-reexport-cjs/1.0.0/index.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/mjs-reexport-cjs/1.0.0/index.mjs b/tests/registry/npm/@denotest/mjs-reexport-cjs/1.0.0/index.mjs new file mode 100644 index 000000000..3767e9fcd --- /dev/null +++ b/tests/registry/npm/@denotest/mjs-reexport-cjs/1.0.0/index.mjs @@ -0,0 +1 @@ +export * from "./index.js";
\ No newline at end of file |