chore(build): remove grunt-jasmine

This commit is contained in:
jdotzki 2014-07-30 16:26:08 +02:00
parent 00247d8001
commit 113126ca9f
2 changed files with 2 additions and 16 deletions

View File

@ -64,22 +64,9 @@ module.exports = function(grunt) {
}
},
jasmine_node: {
options: {
specNameMatcher: '.*Spec',
jUnit: {
report: true,
savePath : 'tmp/reports/jasmine',
useDotNotation: true,
consolidate: true
}
},
node: [ 'test/spec/node/' ]
},
karma: {
options: {
configFile: '<%= config.tests %>/config/karma.unit.js',
configFile: '<%= config.tests %>/config/karma.unit.js'
},
single: {
singleRun: true,
@ -242,7 +229,7 @@ module.exports = function(grunt) {
// tasks
grunt.registerTask('test', [ 'jasmine_node', 'karma:single' ]);
grunt.registerTask('test', [ 'karma:single' ]);
/////
//

View File

@ -36,7 +36,6 @@
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-jasmine-node": "~0.2.1",
"grunt-jsdoc": "~0.5.1",
"grunt-karma": "~0.8.0",
"grunt-release": "~0.7.0",