Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 42510b3

Browse files
committed
Attempting to unblock #7719
1 parent 94f20cc commit 42510b3

File tree

3 files changed

+5293
-1556
lines changed

3 files changed

+5293
-1556
lines changed

karma.conf.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ module.exports = function(config) {
7070
karmaTypescriptConfig: {
7171
exclude: EXCLUDE_FILES,
7272
tsconfig: './tsconfig-testing.json',
73+
bundlerOptions: {
74+
transforms: [
75+
require("karma-typescript-es6-transform")()
76+
]
77+
}
7378
},
7479
preprocessors: FILES_TO_USE.reduce((obj, file) => {
7580
obj[file] = 'karma-typescript';

0 commit comments

Comments
 (0)