About 103 results
Open links in new tab
  1. Mocha - the fun, simple, flexible JavaScript test framework

    Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate …

  2. Mocha | Classic, reliable, trusted. ☕

    Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing straightforward and fun. Mocha tests run serially, allowing for flexible and …

  3. Home - Documentation

    Mar 6, 2011 · Congratulations! You've found Mocha's API documentation. These docs are for developers who wish to: Create an extension for Mocha, or Develop Mocha itself, or Do something …

  4. Mocha - Documentation

    Mar 6, 2011 · Enables or disables whether or not to dispose after each test run. Disable this to ensure you can run the test suite multiple times. If disabled, be sure to dispose mocha when you're done to …

  5. mocha.js - Documentation

    * It's useful for a Mocha instance to know if it's running in a worker process. * We could derive this via other means, but it's helpful to have a flag to refer to.

  6. Array - Mocha

    Array .push () should append a value ‣ should return the length ‣ with many arguments should add the values ‣ .unshift () should prepend a value ‣ should return the length ‣ with many arguments should …

  7. cli/options.js - Documentation

    Mar 6, 2011 · A mocha flag immediately preceeded the numericArg in `allArgs` array and // 2. `numericArg` value could not be assigned to this flag by `yargs-parser` because of incompatible …