Skip to content

Commit 5c4eebf

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent 9ce7d1c commit 5c4eebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/karma.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const config = {
5757
// preprocess matching files before serving them to the browser
5858
// available preprocessors:
5959
// https://npmjs.org/browse/keyword/karma-preprocessor
60-
preprocessors: {
60+
preprocessors: {
6161
'test/**/*.ts': ['webpack', 'sourcemap'],
6262
'src/**/*.test.ts': ['webpack', 'sourcemap']
6363
},

packages/template/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const karmaBase = require('../../config/karma.base');
1919

2020
const files = [`src/**/*.test.ts`];
2121

22-
module.exports = function (config) {
22+
module.exports = function(config) {
2323
const karmaConfig = {
2424
...karmaBase,
2525
// files to load into karma

0 commit comments

Comments
 (0)