• File: test.js
  • Full Path: /home/masbinta/public_html/admin/installer/css/sass/sym404/root/opt/cpanel/ea-nodejs16/lib/node_modules/npm/lib/commands/test.js
  • File size: 336 bytes
  • MIME-type: text/plain
  • Charset: utf-8
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',
  ]

  static ignoreImplicitWorkspace = false
}
module.exports = Test