chore(project): upgrade grunt-jasmine-node
This commit is contained in:
parent
a029c1528c
commit
0c48002ada
18
Gruntfile.js
18
Gruntfile.js
|
@ -32,14 +32,16 @@ module.exports = function(grunt) {
|
|||
}
|
||||
},
|
||||
jasmine_node: {
|
||||
specNameMatcher: '.*Spec',
|
||||
projectRoot: 'test/spec/node',
|
||||
jUnit: {
|
||||
report: true,
|
||||
savePath : 'tmp/reports/jasmine',
|
||||
useDotNotation: true,
|
||||
consolidate: true
|
||||
}
|
||||
options: {
|
||||
specNameMatcher: '.*Spec',
|
||||
jUnit: {
|
||||
report: true,
|
||||
savePath : 'tmp/reports/jasmine',
|
||||
useDotNotation: true,
|
||||
consolidate: true
|
||||
}
|
||||
},
|
||||
node: [ 'test/spec/node/' ]
|
||||
},
|
||||
karma: {
|
||||
options: {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue