Skip to content

Commit

Permalink
touch karma.base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed Jan 14, 2025
1 parent 915a81f commit 5344133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/karma.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const config = {
// Doing 65 seconds to allow for the 20 second firestore tests
browserNoActivityTimeout: 65000,

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

0 comments on commit 5344133

Please sign in to comment.