rm test from karma

This commit is contained in:
Matias Alejo Garcia 2016-10-14 17:14:45 -03:00
commit 356b9a1dd2
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 0 additions and 22 deletions

View file

@ -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']);