Linux premium311.web-hosting.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 Path : /opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/lib/commands/ |
Current File : //opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/lib/commands/test.js |
const LifecycleCmd = require('../lifecycle-cmd.js') // This ends up calling run-script(['test', ...args]) class Test extends LifecycleCmd { static description = 'Test a package' static name = 'test' static params = [ 'ignore-scripts', 'script-shell', ] } module.exports = Test