chore(project): upgrade grunt-jasmine-node

This commit is contained in:
Nico Rehwaldt 2014-04-09 15:07:35 +02:00
parent a029c1528c
commit 0c48002ada
2 changed files with 11 additions and 9 deletions

View File

@ -32,8 +32,8 @@ module.exports = function(grunt) {
}
},
jasmine_node: {
options: {
specNameMatcher: '.*Spec',
projectRoot: 'test/spec/node',
jUnit: {
report: true,
savePath : 'tmp/reports/jasmine',
@ -41,6 +41,8 @@ module.exports = function(grunt) {
consolidate: true
}
},
node: [ 'test/spec/node/' ]
},
karma: {
options: {
configFile: '<%= config.tests %>/config/karma.unit.js',

View File

@ -39,7 +39,7 @@
"grunt-jsdoc": "~0.5.1",
"grunt-concurrent": "~0.4.0",
"grunt-karma": "~0.8.0",
"grunt-jasmine-node": "~0.1.0",
"grunt-jasmine-node": "~0.2.1",
"grunt-release": "~0.7.0",
"load-grunt-tasks": "~0.3.0",
"karma": "~0.12.0",