Skip to content

Commit

Permalink
chore: configure mocha reporters on lambdatest to 'dot' (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 13, 2024
1 parent ffca891 commit ec2f857
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/browser-test-config/lambdatest-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ module.exports = function (config) {
frameworks: ['mocha'],
client: {
mocha: {
timeout: mochaConfig.timeout
timeout: mochaConfig.timeout,
reporter: 'dot'
}
},
reporters: ['dot'],
reporters: ['spec'],
files: [
'test/browser-test-config/browser-tests.test.js'
],
Expand Down

0 comments on commit ec2f857

Please sign in to comment.