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