diff options
Diffstat (limited to 'tests/registry/npm/@denotest/better-say-hello/1.0.0/say-hello.js')
-rw-r--r-- | tests/registry/npm/@denotest/better-say-hello/1.0.0/say-hello.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/registry/npm/@denotest/better-say-hello/1.0.0/say-hello.js b/tests/registry/npm/@denotest/better-say-hello/1.0.0/say-hello.js index 0b8d63cf4..5243d4902 100644 --- a/tests/registry/npm/@denotest/better-say-hello/1.0.0/say-hello.js +++ b/tests/registry/npm/@denotest/better-say-hello/1.0.0/say-hello.js @@ -1,2 +1,2 @@ import { sayBetterHello } from "./index.js"; -sayBetterHello();
\ No newline at end of file +sayBetterHello(); |