Jim Rigsbee
2019-06-26 b821fa9581dc9b94a8114d20dea03e8430abda3a
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
});