Corrected path for coverage
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
if(process.env.COVERAGE) {
|
||||
require('coffee-coverage').register({
|
||||
path: 'abbr',
|
||||
basePath: __dirname + '/script',
|
||||
basePath: __dirname + '/common/script',
|
||||
initAll: true,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user