diff options
Diffstat (limited to 'tests/specs/npm/lifecycle_scripts/all_lifecycles_global.js')
-rw-r--r-- | tests/specs/npm/lifecycle_scripts/all_lifecycles_global.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/npm/lifecycle_scripts/all_lifecycles_global.js b/tests/specs/npm/lifecycle_scripts/all_lifecycles_global.js new file mode 100644 index 000000000..eccf11a6d --- /dev/null +++ b/tests/specs/npm/lifecycle_scripts/all_lifecycles_global.js @@ -0,0 +1,3 @@ +try { + const _ = await import("npm:@denotest/node-lifecycle-scripts"); +} catch (_) {} |