Skip to content

Commit c059982

Browse files
josephperrottjelbourn
authored andcommitted
chore: suppress passed tests logs during travis usage (#10722)
1 parent c407cc8 commit c059982

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ module.exports = (config) => {
113113

114114
config.preprocessors['dist/packages/**/!(*+(.|-)spec).js'] = ['coverage'];
115115
config.reporters.push('coverage');
116+
// Hide passed tests from logs while on travis.
117+
config.specReporter.suppressPassed = true;
116118
}
117119

118120
// The MODE variable is the indicator of what row in the test matrix we're running.

0 commit comments

Comments
 (0)