Skip to content

Commit

Permalink
Update karma.conf.headless.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite authored Oct 30, 2024
1 parent a990204 commit d71120c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nimble-components/karma.conf.headless.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module.exports = config => {
plugins: [...config.plugins, 'karma-spec-reporter'],
reporters: ['spec'],
specReporter: {
suppressPassed: true,
suppressSkipped: false,
suppressPassed: false,
suppressSkipped: true,
showSpecTiming: true
}
};
Expand Down

0 comments on commit d71120c

Please sign in to comment.