donal
2018-04-24 9cfb5aa02b6be418974c92decd6649201d789821
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * Created by donal on 19/08/2016.
 */
const path = require('path');
const srcDir = path.join(__dirname, '..', 'server');
 
// included as in the instructions here
// https://github.com/pghalliday/grunt-mocha-test#generating-coverage-reports
 
require('blanket')({
  // Only files that match the pattern will be instrumented
  pattern: srcDir
});