We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b78db7 commit 371994eCopy full SHA for 371994e
test/unit/karma.conf.js
@@ -8,7 +8,7 @@ module.exports = config => {
8
9
basePath: "../../",
10
files: [
11
- { pattern: "test/unit/loadGlobals.ts", type: "js" },
+ "test/unit/loadGlobals.ts",
12
{
13
pattern: "test/unit/asyncImportHelper.ts",
14
included: true,
@@ -20,12 +20,8 @@ module.exports = config => {
20
"node_modules/canvg/lib/umd.js",
21
"node_modules/html2canvas/dist/html2canvas.js",
22
"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
- },
+ "test/utils/compare.ts",
+ "test/specs/*.spec.ts",
29
30
pattern: "test/reference/**/*.*",
31
included: false,
0 commit comments