summaryrefslogtreecommitdiff
path: root/tests/specs/npm/lifecycle_scripts/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm/lifecycle_scripts/main.js')
-rw-r--r--tests/specs/npm/lifecycle_scripts/main.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/npm/lifecycle_scripts/main.js b/tests/specs/npm/lifecycle_scripts/main.js
new file mode 100644
index 000000000..2aaea0543
--- /dev/null
+++ b/tests/specs/npm/lifecycle_scripts/main.js
@@ -0,0 +1,3 @@
+import { hello } from "npm:@denotest/node-addon@1.0.0";
+
+console.log(hello());