Skip to content

Commit 371994e

Browse files
committed
Remove invalid extensions option from babel preprocessor config
1 parent 8b78db7 commit 371994e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

test/unit/karma.conf.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = config => {
88

99
basePath: "../../",
1010
files: [
11-
{ pattern: "test/unit/loadGlobals.ts", type: "js" },
11+
"test/unit/loadGlobals.ts",
1212
{
1313
pattern: "test/unit/asyncImportHelper.ts",
1414
included: true,
@@ -20,12 +20,8 @@ module.exports = config => {
2020
"node_modules/canvg/lib/umd.js",
2121
"node_modules/html2canvas/dist/html2canvas.js",
2222
"node_modules/dompurify/dist/purify.js",
23-
{ pattern: "test/utils/compare.ts", type: "js" },
24-
{
25-
pattern: "test/specs/*.spec.ts",
26-
included: true,
27-
type: "js"
28-
},
23+
"test/utils/compare.ts",
24+
"test/specs/*.spec.ts",
2925
{
3026
pattern: "test/reference/**/*.*",
3127
included: false,

0 commit comments

Comments
 (0)