Skip to content

Commit 03abf3d

Browse files
committed
remove old extra added param
1 parent cb57123 commit 03abf3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ karma.conf.js file
3737
suppressFailed: false, // do not print information about failed tests
3838
suppressPassed: false, // do not print information about passed tests
3939
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
40+
showSpecTiming: false // print the time elapsed for each spec
4241
},
4342
plugins: ["karma-spec-reporter"],
4443
...

0 commit comments

Comments
 (0)