diff --git a/karma.conf.cjs b/karma.conf.cjs index a9ee673..75b648f 100644 --- a/karma.conf.cjs +++ b/karma.conf.cjs @@ -43,8 +43,6 @@ module.exports = function (config) { { pattern: `${output.path}/**/*`, watched: false, - included: false, - served: true, }, ], envPreprocessor: ["CI"],