Skip to content

Commit dfdb85a

Browse files
committed
Removed grunt-mocha-test. Going to just use the mocha_istanbul task instead (mocha with coverage).
1 parent 70ab9cf commit dfdb85a

3 files changed

Lines changed: 1 addition & 17 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = function (grunt) {
1313
// Aliases for ease of use.
1414
grunt.registerTask('lint', ['jshint', 'eslint']);
1515
grunt.registerTask('coverage', ['mocha_istanbul']);
16-
grunt.registerTask('mocha', ['mochaTest']);
16+
grunt.registerTask('mocha', ['mocha_istanbul']);
1717
grunt.registerTask('themify', ['templates', 'css', 'images', 'content']);
1818
grunt.registerTask('test', ['lint', 'build', 'coverage']);
1919
grunt.registerTask('develop', ['browserify', 'themify']);

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"grunt-contrib-uglify": "^0.2.4",
5454
"grunt-contrib-watch": "^0.6.1",
5555
"grunt-mocha": "^0.4.1",
56-
"grunt-mocha-test": "^0.7.0",
5756
"istanbul": "^0.2.0",
5857
"jsdom": "^0.8.10",
5958
"mocha": "~1.20.1",

tasks/mochaTest.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)