diff --git a/build/Gruntfile.js b/build/Gruntfile.js index ff4862b6b..ed50cf62c 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -71,7 +71,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-htmlmin'); grunt.loadNpmTasks('grunt-json-minify'); grunt.loadNpmTasks('grunt-text-replace'); - grunt.loadNpmTasks('grunt-mocha'); grunt.loadNpmTasks('grunt-inline'); grunt.loadNpmTasks('grunt-svgmin'); @@ -114,17 +113,6 @@ module.exports = function(grunt) { } grunt.initConfig({ - mocha: { - test: { - options: { - reporter: 'Spec' - }, - src: [ - '../test/common/index.html' - ] - } - }, - jshint: { options: { curly: true, diff --git a/build/package.json b/build/package.json index a9b738196..f340e6204 100644 --- a/build/package.json +++ b/build/package.json @@ -10,7 +10,6 @@ "grunt-text-replace": "0.3.11", "mocha": "^3.0.0", "chai": "1.9.1", - "grunt-mocha": "^1.0.0", "grunt-jscoverage": "0.1.1", "grunt-contrib-less": "^1.0.0", "grunt-contrib-requirejs": "^1.0.0",