newscoop/JS-Scoopwriter

View on GitHub
grunt/coveralls.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    options: {
        coverageDir: '.',
        dryRun: false,
        force: true,
        debug: true
    }
};