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 e24b1f4 commit 3828300Copy full SHA for 3828300
config/karma.saucelabs.js
@@ -169,6 +169,7 @@ module.exports = function(config) {
169
preprocessors: {
170
'packages/polyfill/index.ts': ['webpack', 'sourcemap'],
171
'**/test/**/*.ts': ['webpack', 'sourcemap'],
172
+ '**/*.test.ts': ['webpack', 'sourcemap'],
173
'packages/firestore/test/**/bootstrap.ts': ['webpack', 'babel'],
174
'integration/**/namespace.*': ['webpack', 'babel', 'sourcemap']
175
},
0 commit comments