Skip to content

Commit

Permalink
chore(core-web): Add test information to karma tests (#28119)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontes authored Apr 1, 2024
1 parent 0b85098 commit 1fd3428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-web/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html

const { join } = require('path');
const { constants } = require('karma');

module.exports = () => {
Expand Down Expand Up @@ -57,7 +56,8 @@ module.exports = () => {
symbols: { success: 'o', failure: 'x' }
},
specReporter: {
suppressPassed: true,
failFast: true,
suppressPassed: false,
suppressSkipped: true
},
singleRun: true,
Expand Down

0 comments on commit 1fd3428

Please sign in to comment.