mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Use spec reporter for Mocha tests (#9476)
Backports PR #9470
**Commit 1:**
Use spec reporter for Mocha tests
Provides context for exceptions and node warnings (ex: UnhandledPromiseRejectionWarning)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
* Original sha: 786b54d049
* Authored by Tyler Smalley <tyler.smalley@elastic.co> on 2016-12-13T22:38:57Z
This commit is contained in:
parent
e1c9eea903
commit
8a748e75c7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
timeout: 10000,
|
||||
slow: 5000,
|
||||
ignoreLeaks: false,
|
||||
reporter: 'dot',
|
||||
reporter: 'spec',
|
||||
globals: ['nil']
|
||||
},
|
||||
all: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue