UNPKG

grunt-karma-coveralls

Version:

An npm module for using Karma and Coveralls with Grunt

11 lines (10 loc) 211 B
module.exports = function(grunt) { grunt.loadTasks('tasks'); grunt.initConfig({ coveralls: { options: { coverage_dir: 'dummy/test/' } } }); };