diff options
Diffstat (limited to 'tests/registry/npm/@denotest/say-hello-on-install/1.0.0/index.js')
-rw-r--r-- | tests/registry/npm/@denotest/say-hello-on-install/1.0.0/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/say-hello-on-install/1.0.0/index.js b/tests/registry/npm/@denotest/say-hello-on-install/1.0.0/index.js new file mode 100644 index 000000000..b275a8e35 --- /dev/null +++ b/tests/registry/npm/@denotest/say-hello-on-install/1.0.0/index.js @@ -0,0 +1,3 @@ +export function sayHelloOnInstall() { + return '@denotest/say-hello-on-install'; +}
\ No newline at end of file |