Skip to content

Commit 5344133

Browse files
committed
touch karma.base.js
1 parent 915a81f commit 5344133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/karma.base.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ const config = {
5454
// Doing 65 seconds to allow for the 20 second firestore tests
5555
browserNoActivityTimeout: 65000,
5656

57-
// preprocess matching files before serving them to the browser
58-
// available preprocessors:
57+
// Preprocess matching files before serving them to the browser.
58+
// Available preprocessors:
5959
// https://npmjs.org/browse/keyword/karma-preprocessor
6060
preprocessors: {
6161
'test/**/*.ts': ['webpack', 'sourcemap'],

0 commit comments

Comments
 (0)