grunt-blanket-mocha-server
Version:
Easily serve mocha tests with (or without) blanket coverage. "Goes Great" with grunt-blanket-mocha.
19 lines (14 loc) • 693 B
Markdown
This plugin requires Grunt ~0.4.0.
If you haven't used <a href="http://gruntjs.com" target="_blank">Grunt</a> before, be sure to check out the <a href="http://gruntjs.com/getting-started"
target="_blank">Getting
Started</a> guide, as it explains how to create a <a href="http://gruntjs.com/sample-gruntfile"
target="_blank">Gruntfile</a> as well as
install and use Grunt plugins. Once you're familiar with that process,
you may install this plugin with this command:
```
npm install grunt-blanket-mocha-server --save-dev
```
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
```
grunt.loadNpmTasks('grunt-blanket-mocha-server');
```