mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
switch to dots reporter in grunt
This commit is contained in:
parent
5705f1a5d1
commit
6e03b58665
2 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ module.exports = function (config) {
|
|||
// test results reporter to use
|
||||
// possible values: 'dots', 'progress'
|
||||
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
|
||||
reporters: ['progress'],
|
||||
reporters: ['progress', 'growl'],
|
||||
|
||||
|
||||
// web server port
|
||||
|
|
|
@ -3,6 +3,7 @@ module.exports = function (grunt) {
|
|||
unit: {
|
||||
configFile: 'karma.conf.js',
|
||||
singleRun: true,
|
||||
reporters: 'dots',
|
||||
browsers: [
|
||||
'<%= karmaBrowser %>'
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue