Skip to content

Commit d446c77

Browse files
committed
format
1 parent 3fbb6d6 commit d446c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/karma.base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const config = {
5959
// https://npmjs.org/browse/keyword/karma-preprocessor
6060
preprocessors: {
6161
'test/**/*.ts': ['webpack', 'sourcemap'],
62-
'src/**/*.test.ts': ['webpack', 'sourcemap'],
62+
'src/**/*.test.ts': ['webpack', 'sourcemap']
6363
},
6464

6565
mime: { 'text/x-typescript': ['ts', 'tsx'] },

0 commit comments

Comments
 (0)