From 356b9a1dd28313e39dfbfa1a44cecf4bb588c7e1 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 14 Oct 2016 17:14:45 -0300 Subject: [PATCH] rm test from karma --- Gruntfile.js | 11 ----------- app-template/package.json | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index cd74aed4b..9e263d139 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -216,15 +216,6 @@ module.exports = function(grunt) { }], } }, - karma: { - unit: { - configFile: 'test/karma.conf.js' - }, - prod: { - configFile: 'test/karma.conf.js', - singleRun: true - } - }, nwjs: { options: { appName: 'Copay', @@ -260,8 +251,6 @@ module.exports = function(grunt) { grunt.registerTask('default', ['nggettext_compile', 'exec:appConfig', 'exec:externalServices', 'browserify', 'sass', 'concat', 'copy:ionic_fonts', 'copy:ionic_js']); grunt.registerTask('prod', ['default', 'uglify']); grunt.registerTask('translate', ['nggettext_extract']); - grunt.registerTask('test', ['karma:unit']); - grunt.registerTask('test-coveralls', ['browserify', 'karma:prod', 'exec:coveralls']); grunt.registerTask('desktop', ['prod', 'nwjs', 'copy:linux', 'compress:linux']); grunt.registerTask('osx', ['prod', 'nwjs', 'exec:osx']); grunt.registerTask('chrome', ['exec:chrome']); diff --git a/app-template/package.json b/app-template/package.json index 6f535b9d5..b24e73bcf 100644 --- a/app-template/package.json +++ b/app-template/package.json @@ -67,19 +67,8 @@ "grunt-contrib-uglify": "^2.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-exec": "^1.0.0", - "grunt-karma": "^2.0.0", - "grunt-karma-coveralls": "^2.5.4", "grunt-nw-builder": "^2.0.3", "grunt-sass": "^1.2.0", - "karma": "^0.13.22", - "karma-chai": "^0.1.0", - "karma-chrome-launcher": "^1.0.1", - "karma-cli": "^1.0.0", - "karma-coverage": "^1.0.0", - "karma-mocha": "^1.0.1", - "karma-mocha-reporter": "^2.0.3", - "karma-phantomjs-launcher": "^1.0.0", - "karma-sinon": "^1.0.5", "load-grunt-tasks": "^3.5.0", "mocha": "^2.4.5", "phantomjs-prebuilt": "^2.1.7",