xref: /third_party/node/deps/npm/test/lib/cli.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/test/lib/
11cb0ef41Sopenharmony_ciconst t = require('tap')
21cb0ef41Sopenharmony_ciconst tmock = require('../fixtures/tmock')
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_cit.test('returns cli-entry function', async t => {
51cb0ef41Sopenharmony_ci  const cli = tmock(t, '{LIB}/cli.js', {
61cb0ef41Sopenharmony_ci    '{LIB}/cli-entry.js': () => 'ENTRY',
71cb0ef41Sopenharmony_ci  })
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_ci  t.equal(cli(process), 'ENTRY')
101cb0ef41Sopenharmony_ci})
11

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