diff options
Diffstat (limited to 'tests/registry/npm-private3/@denotest3/basic/1.0.0/other.mjs')
-rw-r--r-- | tests/registry/npm-private3/@denotest3/basic/1.0.0/other.mjs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/registry/npm-private3/@denotest3/basic/1.0.0/other.mjs b/tests/registry/npm-private3/@denotest3/basic/1.0.0/other.mjs new file mode 100644 index 000000000..00ed99da4 --- /dev/null +++ b/tests/registry/npm-private3/@denotest3/basic/1.0.0/other.mjs @@ -0,0 +1,3 @@ +export function hello() { + return "hello, world!"; +}
\ No newline at end of file |