xref: /third_party/node/deps/npm/lib/commands/test.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/lib/commands/
11cb0ef41Sopenharmony_ciconst LifecycleCmd = require('../lifecycle-cmd.js')
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_ci// This ends up calling run-script(['test', ...args])
41cb0ef41Sopenharmony_ciclass Test extends LifecycleCmd {
51cb0ef41Sopenharmony_ci  static description = 'Test a package'
61cb0ef41Sopenharmony_ci  static name = 'test'
71cb0ef41Sopenharmony_ci  static params = [
81cb0ef41Sopenharmony_ci    'ignore-scripts',
91cb0ef41Sopenharmony_ci    'script-shell',
101cb0ef41Sopenharmony_ci  ]
111cb0ef41Sopenharmony_ci}
121cb0ef41Sopenharmony_ci
131cb0ef41Sopenharmony_cimodule.exports = Test
14

Indexes created Thu Nov 07 10:32:03 CST 2024