chore(build): remove grunt-jasmine
This commit is contained in:
parent
00247d8001
commit
113126ca9f
17
Gruntfile.js
17
Gruntfile.js
|
@ -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: {
|
karma: {
|
||||||
options: {
|
options: {
|
||||||
configFile: '<%= config.tests %>/config/karma.unit.js',
|
configFile: '<%= config.tests %>/config/karma.unit.js'
|
||||||
},
|
},
|
||||||
single: {
|
single: {
|
||||||
singleRun: true,
|
singleRun: true,
|
||||||
|
@ -242,7 +229,7 @@ module.exports = function(grunt) {
|
||||||
|
|
||||||
// tasks
|
// tasks
|
||||||
|
|
||||||
grunt.registerTask('test', [ 'jasmine_node', 'karma:single' ]);
|
grunt.registerTask('test', [ 'karma:single' ]);
|
||||||
|
|
||||||
/////
|
/////
|
||||||
//
|
//
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
"grunt-contrib-jshint": "~0.7.2",
|
"grunt-contrib-jshint": "~0.7.2",
|
||||||
"grunt-contrib-uglify": "~0.4.0",
|
"grunt-contrib-uglify": "~0.4.0",
|
||||||
"grunt-contrib-watch": "~0.5.0",
|
"grunt-contrib-watch": "~0.5.0",
|
||||||
"grunt-jasmine-node": "~0.2.1",
|
|
||||||
"grunt-jsdoc": "~0.5.1",
|
"grunt-jsdoc": "~0.5.1",
|
||||||
"grunt-karma": "~0.8.0",
|
"grunt-karma": "~0.8.0",
|
||||||
"grunt-release": "~0.7.0",
|
"grunt-release": "~0.7.0",
|
||||||
|
|
Loading…
Reference in New Issue