Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed May 22, 2023
1 parent fa6d297 commit bcea30b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/karma/karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,8 @@ module.exports = function (config) {
karmaTypescriptConfig: {
tsconfig: './tsconfig.json',
bundlerOptions: {
transforms: [
require("karma-typescript-es6-transform")()
]
}
transforms: [require('karma-typescript-es6-transform')()],
},
},
});
};

0 comments on commit bcea30b

Please sign in to comment.