chore: show console logs when running tests

This commit is contained in:
bcheidemann 2021-02-21 10:18:57 +00:00
parent 7415e45867
commit a2f7ee044b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ module.exports = function(config) {
frameworks: ['mocha', 'chai'],
reporters: ['mocha', 'summary'],
client: {
captureConsole: true,
mocha: {
ui: 'bdd',
timeout: 5000,