bubbleup-plugin-test-mocha-istanbul

Istanbul plugin for the Mocha Bubbleup plugin

Usage no npm install needed!

<script type="module">
  import bubbleupPluginTestMochaIstanbul from 'https://cdn.skypack.dev/bubbleup-plugin-test-mocha-istanbul';
</script>

README

Bubble Mocha Istanbul Test Plugin

0 configuration istanbul coverage for bubbleup and Mocha.

Usage

npm install --save-dev bubbleup-plugin-test-mocha-istanbul
istanbul cover ./node_modules/.bin/bubbleup test # defaults to test/ folder
# or 
istanbul cover ./node_modules/.bin/bubbleup test src/*.test.js # pass files to test

that's it!