Corrected path for coverage

This commit is contained in:
Blade Barringer
2015-02-04 10:26:54 -06:00
parent 286e894e2f
commit 5cf46f9f4a
@@ -1,7 +1,7 @@
if(process.env.COVERAGE) {
require('coffee-coverage').register({
path: 'abbr',
basePath: __dirname + '/script',
basePath: __dirname + '/common/script',
initAll: true,
});
}