Remove Blanket coverage testing

This commit is contained in:
Gaël Métais
2018-01-16 21:06:18 -06:00
parent 10a4cc270a
commit 369512c6c1
3 changed files with 2 additions and 95 deletions
-7
View File
@@ -1,7 +0,0 @@
var path = require('path');
var srcDir = path.join(__dirname, '..', 'server');
require('blanket')({
// Only files that match the pattern will be instrumented
pattern: srcDir
});