UNPKG

numcap

Version:

Russian phone operators resource

16 lines (15 loc) 419 B
module.exports = function(grunt){ grunt.initConfig({ mocha_istanbul: { coverage: { src: 'test', options: { 'recursive': true, 'reporter': 'mocha-istanbul' } }, }, }); grunt.loadNpmTasks('grunt-mocha-istanbul'); grunt.registerTask('coverage', ['mocha_istanbul:coverage']); };