mocha-middleware

Express middleware to easily extend your devserver to run mocha tests in browser.

Usage no npm install needed!

<script type="module">
  import mochaMiddleware from 'https://cdn.skypack.dev/mocha-middleware';
</script>

README

mocha-middleware

Express middleware to easily extend your devserver to run mocha tests in browser.

TODO

  • include jquery if app requires it
  • support languages
    • ES5+
    • CoffeeScript
  • configurable assertion frameworks
    • expect.js
    • should.js
    • chai
  • integration with webpack devserver or reuse its reload feature