We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbb6d6 commit d446c77Copy full SHA for d446c77
config/karma.base.js
@@ -59,7 +59,7 @@ const config = {
59
// https://npmjs.org/browse/keyword/karma-preprocessor
60
preprocessors: {
61
'test/**/*.ts': ['webpack', 'sourcemap'],
62
- 'src/**/*.test.ts': ['webpack', 'sourcemap'],
+ 'src/**/*.test.ts': ['webpack', 'sourcemap']
63
},
64
65
mime: { 'text/x-typescript': ['ts', 'tsx'] },
0 commit comments