Skip to content

Commit 3828300

Browse files
mmermerkayaFeiyang1
authored andcommitted
Fix SauceLabs tests for Installations and Performance
1 parent e24b1f4 commit 3828300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/karma.saucelabs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ module.exports = function(config) {
169169
preprocessors: {
170170
'packages/polyfill/index.ts': ['webpack', 'sourcemap'],
171171
'**/test/**/*.ts': ['webpack', 'sourcemap'],
172+
'**/*.test.ts': ['webpack', 'sourcemap'],
172173
'packages/firestore/test/**/bootstrap.ts': ['webpack', 'babel'],
173174
'integration/**/namespace.*': ['webpack', 'babel', 'sourcemap']
174175
},

0 commit comments

Comments
 (0)