Ravi Srinivasan
2019-02-01 13f24b8138be86b5557b78d553e90a87942a7732
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
});