donal
2018-04-26 9f311a49e45ae2999e2cf510cd16a8abb6a738bf
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
});