We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb57123 commit 03abf3dCopy full SHA for 03abf3d
README.md
@@ -37,8 +37,7 @@ karma.conf.js file
37
suppressFailed: false, // do not print information about failed tests
38
suppressPassed: false, // do not print information about passed tests
39
suppressSkipped: true, // do not print information about skipped tests
40
- showSpecTiming: false, // print the time elapsed for each spec
41
- supressBrowserLog: false, // do not print browser console messages into the terminal
+ showSpecTiming: false // print the time elapsed for each spec
42
},
43
plugins: ["karma-spec-reporter"],
44
...
0 commit comments