vscode-mocha-hmr

HMR support for Mocha Test Explorer

Usage no npm install needed!

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

README

Why ?

When a (typescript?) server projects grows, the overhead of launching your mocha tests grows likewise.

This package is just a hook that leverages Webpack and the excellent Mocha Test Explorer vscode extension to make testing fast again.