Files
habitica/register-handlers.js
T
2015-02-04 10:26:54 -06:00

8 lines
172 B
JavaScript

if(process.env.COVERAGE) {
require('coffee-coverage').register({
path: 'abbr',
basePath: __dirname + '/common/script',
initAll: true,
});
}