diff options
Diffstat (limited to 'tests/registry/npm/@denotest/imports-package-json/1.0.0/sub_path/main.js')
-rw-r--r-- | tests/registry/npm/@denotest/imports-package-json/1.0.0/sub_path/main.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/imports-package-json/1.0.0/sub_path/main.js b/tests/registry/npm/@denotest/imports-package-json/1.0.0/sub_path/main.js new file mode 100644 index 000000000..260ca79ae --- /dev/null +++ b/tests/registry/npm/@denotest/imports-package-json/1.0.0/sub_path/main.js @@ -0,0 +1,3 @@ +import bye from "#bye"; + +export default bye; |