type-unit-mocha

mocha plugin for type-unit

Usage no npm install needed!

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

README

A plugin for making TypeUnit decorators work with the Mocha test runner.

  • @suite() => describe()
  • @fact() => it()
  • @theory() => series of it() blocks.