We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae289e commit 4decdf6Copy full SHA for 4decdf6
config/karma.base.js
@@ -87,11 +87,5 @@ const config = {
87
config.mochaReporter = {
88
showDiff: true
89
};
90
-// Make it easy to spot failed tests in CI
91
-if (process.env.CI) {
92
- config.mochaReporter = {
93
- output: 'minimal'
94
- };
95
-}
96
97
module.exports = config;
config/mocharc.node.js
@@ -29,11 +29,6 @@ const config = {
29
exit: true
30
31
32
-// use min reporter in CI to make it easy to spot failed tests
33
34
- config.reporter = 'min';
35
36
-
37
// Firestore uses babel to compile tests in Nodejs
38
if (process.env.NO_TS_NODE) {
39
delete config.require;
0 commit comments