Skip to content

Commit

Permalink
chore: configure mocha minimal output
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 13, 2024
1 parent 04ff1b1 commit ff33d86
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"karma-firefox-launcher": "2.1.3",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"karma-spec-reporter": "^0.0.36",
"karma-webdriver-launcher": "^1.0.8",
"karma-spec-reporter": "0.0.36",
"karma-webdriver-launcher": "1.0.8",
"karma-webpack": "5.0.1",
"mkdirp": "3.0.1",
"mocha": "11.0.1",
Expand Down
2 changes: 2 additions & 0 deletions test/browser-test-config/base-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ module.exports = function (config) {
output: 'minimal'
},

reporters: ['mocha'],

// list of files / patterns to load in the browser
files: [
'test/browser-test-config/browser-tests.test.js'
Expand Down
1 change: 0 additions & 1 deletion test/browser-test-config/lambdatest-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ module.exports = function (config) {
timeout: mochaConfig.timeout
}
},
reporters: ['spec'],
files: [
'test/browser-test-config/browser-tests.test.js'
],
Expand Down
2 changes: 0 additions & 2 deletions test/browser-test-config/local-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ module.exports = function (config) {
config.set(Object.assign(baseConfig, {
browsers: ['FirefoxHeadless'],

reporters: ['mocha'],

client: {
captureConsole: true,
mocha: {
Expand Down

0 comments on commit ff33d86

Please sign in to comment.