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 9ce7d1c commit 5c4eebfCopy full SHA for 5c4eebf
config/karma.base.js
@@ -57,7 +57,7 @@ const config = {
57
// preprocess matching files before serving them to the browser
58
// available preprocessors:
59
// https://npmjs.org/browse/keyword/karma-preprocessor
60
- preprocessors: {
+ preprocessors: {
61
'test/**/*.ts': ['webpack', 'sourcemap'],
62
'src/**/*.test.ts': ['webpack', 'sourcemap']
63
},
packages/template/karma.conf.js
@@ -19,7 +19,7 @@ const karmaBase = require('../../config/karma.base');
19
20
const files = [`src/**/*.test.ts`];
21
22
-module.exports = function (config) {
+module.exports = function(config) {
23
const karmaConfig = {
24
...karmaBase,
25
// files to load into karma
0 commit comments