Skip to content

Commit 7a3e8f4

Browse files
authored
test(karma): fix karma dependency karma test (#1904)
1 parent 96f1087 commit 7a3e8f4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/fetch-http-handler/karma.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = function (config) {
2222
},
2323
},
2424
karmaTypescriptConfig: {
25-
tsconfig: "./tsconfig.json",
2625
bundlerOptions: {
2726
addNodeGlobals: false,
2827
},

packages/hash-blob-browser/karma.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module.exports = function (config) {
1616
},
1717
},
1818
karmaTypescriptConfig: {
19-
tsconfig: "./tsconfig.json",
2019
bundlerOptions: {
2120
addNodeGlobals: false,
2221
},

0 commit comments

Comments
 (0)