Skip to content
#

Mocha

mocha logo

Mocha is a JavaScript test framework for Node.js programs, featuring browser support, asynchronous testing, test coverage reports, and use of any assertion library.

Assertation styles

  • assert
  • expect
  • should
  • Methologies

    • TDD
    • BDD
    • Reporting styles

      • spec
      • dot matrix
      • TAP
      • JSON
      • HTML
      • XUnit
      • more …
      • Features

        • async/await
        • Native ES modules
        • source map support
        • more …
        • Here are 3,818 public repositories matching this topic...

          This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp

          • Updated Jul 22, 2023
          • JavaScript

          Created by OpenJS Foundation

          Released November 22, 2011

          Latest release 1 day ago

          Followers
          15 followers
          Repository
          mochajs/mocha
          Website
          github.com/topics/mocha
          Wikipedia
          Wikipedia

          Related Topics

          bdd chai jasmine javascript jest nodejs qunit tdd testing