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'],
|
frameworks: ['mocha', 'chai'],
|
||||||
reporters: ['mocha', 'summary'],
|
reporters: ['mocha', 'summary'],
|
||||||
client: {
|
client: {
|
||||||
|
captureConsole: true,
|
||||||
mocha: {
|
mocha: {
|
||||||
ui: 'bdd',
|
ui: 'bdd',
|
||||||
timeout: 5000,
|
timeout: 5000,
|
||||||
|
|
Loading…
Reference in New Issue