Skip to content

Commit bcea30b

Browse files
fmt
1 parent fa6d297 commit bcea30b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/karma/karma.config.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,8 @@ module.exports = function (config) {
142142
karmaTypescriptConfig: {
143143
tsconfig: './tsconfig.json',
144144
bundlerOptions: {
145-
transforms: [
146-
require("karma-typescript-es6-transform")()
147-
]
148-
}
145+
transforms: [require('karma-typescript-es6-transform')()],
146+
},
149147
},
150148
});
151149
};

0 commit comments

Comments
 (0)