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