Skip to content

Commit a6f226a

Browse files
committed
Remove mocha-istanbul as it does not support es2015
1 parent 6a31ff9 commit a6f226a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ module.exports = function (grunt) {
2828
grunt.file.mkdir('nodegen');
2929
grunt.loadNpmTasks('grunt-shell');
3030
grunt.loadNpmTasks('grunt-simple-mocha');
31-
grunt.loadNpmTasks('grunt-mocha-istanbul');
32-
grunt.registerTask('default', ['shell', 'mocha_istanbul:all']);
31+
grunt.registerTask('default', ['shell', 'simplemocha']);
3332
grunt.registerTask('coverage', 'Run Istanbul code test coverage task', ['shell', 'mocha_istanbul:all']);
3433
};

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"devDependencies": {
5959
"del": "5.1.0",
6060
"grunt": "1.0.4",
61-
"grunt-mocha-istanbul": "5.0.2",
6261
"grunt-shell": "3.0.1",
6362
"grunt-simple-mocha": "0.4.1",
6463
"istanbul": "0.4.5",

0 commit comments

Comments
 (0)