Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 71 for test (0.04 seconds)

  1. npm-test | npm Docs

    : { "test" : "node test.js" } } npm test > npm@x.x.x test > node...search Skip to content npm-test Test a package Select CLI Version:...
    docs.npmjs.com/cli/v11/commands/npm-test/
    Thu Feb 05 03:18:23 GMT 2026
      437.4K bytes
  2. npm-install-test | npm Docs

    npm-install-test Install package(s) and run tests Select CLI Version:...install npm install-ci-test npm test Edit this page on GitHub...
    docs.npmjs.com/cli/v11/commands/npm-install-test/
    Thu Feb 05 03:18:23 GMT 2026
      503.1K bytes
  3. npm-install-ci-test | npm Docs

    install-ci-test aliases: cit, clean-install-test, sit Description...See Also npm install-test npm ci npm test Edit this page on GitHub...
    docs.npmjs.com/cli/v11/commands/npm-install-ci-test/
    Thu Feb 05 03:18:23 GMT 2026
      473.9K bytes
  4. npm-run | npm Docs

    write: "scripts" : { "test" : "tap test/*.js" } instead of "scripts"..."scripts" : { "test" : "node_modules/.bin/tap test/*.js" } The actual...
    docs.npmjs.com/cli/v11/commands/npm-run/
    Thu Feb 05 03:18:23 GMT 2026
      470.1K bytes
  5. Creating Node.js modules | npm Docs

    directory: cd /path/to/test-directory In the test directory, install...<your-module-name> In the test directory, create a test.js file which requires...
    docs.npmjs.com/creating-node-js-modules/
    Sat Feb 21 03:13:28 GMT 2026
      46.8K bytes
  6. workspaces | npm Docs

    packages/a && npm run test Either will run the test script defined within...e.g: npm run test --workspaces Will run the test script in both...
    docs.npmjs.com/cli/v11/using-npm/workspaces/
    Thu Feb 05 03:18:23 GMT 2026
      467.3K bytes
  7. Creating and publishing scoped public packages ...

    directory for your package: mkdir my-test-package Navigate to the root...directory of your package: cd my-test-package If you are using git...
    docs.npmjs.com/creating-and-publishing-scoped-public-packages/
    Thu Feb 05 03:18:22 GMT 2026
      433K bytes
  8. Creating and publishing private packages | npm ...

    directory for your package: mkdir my-test-package Navigate to the root...directory of your package: cd my-test-package If you are using git...
    docs.npmjs.com/creating-and-publishing-private-packages/
    Sat Feb 21 03:13:30 GMT 2026
      47.3K bytes
  9. Creating and publishing unscoped public package...

    directory for your package: mkdir my-test-package Navigate to the root...directory of your package: cd my-test-package If you are using git...
    docs.npmjs.com/creating-and-publishing-unscoped-public-packages/
    Sat Feb 21 03:13:28 GMT 2026
      47.1K bytes
  10. Creating a new user account on the public regis...

    Testing your new account with npm login...Use the npm login command to test logging in to your new account....
    docs.npmjs.com/creating-a-new-npm-user-account/
    Sat Feb 21 03:13:28 GMT 2026
      46K bytes
Back to Top