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 915a81f commit 5344133Copy full SHA for 5344133
config/karma.base.js
@@ -54,8 +54,8 @@ const config = {
54
// Doing 65 seconds to allow for the 20 second firestore tests
55
browserNoActivityTimeout: 65000,
56
57
- // preprocess matching files before serving them to the browser
58
- // available preprocessors:
+ // Preprocess matching files before serving them to the browser.
+ // Available preprocessors:
59
// https://npmjs.org/browse/keyword/karma-preprocessor
60
preprocessors: {
61
'test/**/*.ts': ['webpack', 'sourcemap'],
0 commit comments