Skip to content

Commit ffca891

Browse files
committed
chore: configure mocha reporters on lambdatest to 'dot'
1 parent 5438044 commit ffca891

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/browser-test-config/lambdatest-karma.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ module.exports = function (config) {
7979
timeout: mochaConfig.timeout
8080
}
8181
},
82+
reporters: ['dot'],
8283
files: [
8384
'test/browser-test-config/browser-tests.test.js'
8485
],

0 commit comments

Comments
 (0)