chore: show console logs when running tests
This commit is contained in:
parent
7415e45867
commit
a2f7ee044b
|
@ -6,6 +6,7 @@ module.exports = function(config) {
|
|||
frameworks: ['mocha', 'chai'],
|
||||
reporters: ['mocha', 'summary'],
|
||||
client: {
|
||||
captureConsole: true,
|
||||
mocha: {
|
||||
ui: 'bdd',
|
||||
timeout: 5000,
|
||||
|
|
Loading…
Reference in New Issue