mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-18 11:56:30 +00:00
chore(project): upgrade grunt-jasmine-node
This commit is contained in:
parent
a029c1528c
commit
0c48002ada
@ -32,8 +32,8 @@ module.exports = function(grunt) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
jasmine_node: {
|
jasmine_node: {
|
||||||
|
options: {
|
||||||
specNameMatcher: '.*Spec',
|
specNameMatcher: '.*Spec',
|
||||||
projectRoot: 'test/spec/node',
|
|
||||||
jUnit: {
|
jUnit: {
|
||||||
report: true,
|
report: true,
|
||||||
savePath : 'tmp/reports/jasmine',
|
savePath : 'tmp/reports/jasmine',
|
||||||
@ -41,6 +41,8 @@ module.exports = function(grunt) {
|
|||||||
consolidate: true
|
consolidate: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
node: [ 'test/spec/node/' ]
|
||||||
|
},
|
||||||
karma: {
|
karma: {
|
||||||
options: {
|
options: {
|
||||||
configFile: '<%= config.tests %>/config/karma.unit.js',
|
configFile: '<%= config.tests %>/config/karma.unit.js',
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"grunt-jsdoc": "~0.5.1",
|
"grunt-jsdoc": "~0.5.1",
|
||||||
"grunt-concurrent": "~0.4.0",
|
"grunt-concurrent": "~0.4.0",
|
||||||
"grunt-karma": "~0.8.0",
|
"grunt-karma": "~0.8.0",
|
||||||
"grunt-jasmine-node": "~0.1.0",
|
"grunt-jasmine-node": "~0.2.1",
|
||||||
"grunt-release": "~0.7.0",
|
"grunt-release": "~0.7.0",
|
||||||
"load-grunt-tasks": "~0.3.0",
|
"load-grunt-tasks": "~0.3.0",
|
||||||
"karma": "~0.12.0",
|
"karma": "~0.12.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user