donal
2018-06-14 aa93ed4dfa25ec1eb834c2aed59672773bc67128
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
});