use spec reporter for unit tests in ci
This commit is contained in:
@ -14,6 +14,13 @@ var config = {
|
||||
}
|
||||
},
|
||||
|
||||
ci_unit: {
|
||||
src: 'test/unit/index.js',
|
||||
options: {
|
||||
reporter: 'spec'
|
||||
}
|
||||
},
|
||||
|
||||
jenkins_unit: {
|
||||
src: 'test/unit/index.js',
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user