🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:54:20 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs18
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
📍 /opt/alt/alt-nodejs18/root/usr/lib/node_modules/npm/lib/commands
🔄 Refresh
✏️
Editing: install-test.js
Read Only
const Install = require('./install.js') // npm install-test // Runs `npm install` and then runs `npm test` class InstallTest extends Install { static description = 'Install package(s) and run tests' static name = 'install-test' async exec (args) { await this.npm.exec('install', args) return this.npm.exec('test', []) } } module.exports = InstallTest
💾 Save Changes
❌ Cancel