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