README
A plugin for making TypeUnit decorators work with the Mocha test runner.
@suite()
=>describe()
@fact()
=>it()
@theory()
=> series ofit()
blocks.
mocha plugin for type-unit
<script type="module">
import typeUnitMocha from 'https://cdn.skypack.dev/type-unit-mocha';
</script>
A plugin for making TypeUnit decorators work with the Mocha test runner.
@suite()
=> describe()
@fact()
=> it()
@theory()
=> series of it()
blocks.