diff options
Diffstat (limited to 'tests/specs/npm/lifecycle_scripts/implicit_node_gyp.js')
-rw-r--r-- | tests/specs/npm/lifecycle_scripts/implicit_node_gyp.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/npm/lifecycle_scripts/implicit_node_gyp.js b/tests/specs/npm/lifecycle_scripts/implicit_node_gyp.js new file mode 100644 index 000000000..2301aa626 --- /dev/null +++ b/tests/specs/npm/lifecycle_scripts/implicit_node_gyp.js @@ -0,0 +1,3 @@ +import { hello } from "npm:@denotest/node-addon-implicit-node-gyp@1.0.0"; + +console.log(hello()); |