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 1d1c38f commit fab48f3Copy full SHA for fab48f3
test/karma.common.conf.js
@@ -13,9 +13,11 @@ var karmaConfig = {
13
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
14
preprocessors: {
15
"dist/jspdf.es.js": "coverage",
16
- "test/**/*.spec.ts": "babel",
17
- "test/utils/compare.ts": "babel",
18
- "test/**/loadGlobals.ts": "babel"
+ "test/specs/**/*.spec.ts": "babel",
+ "test/deployment/**/*.spec.ts": "babel",
+ "test/utils/*.ts": "babel",
19
+ "test/unit/loadGlobals.ts": "babel",
20
+ "test/deployment/**/loadGlobals.ts": "babel"
21
},
22
// web server port
23
port: 9876,
0 commit comments