diff --git a/frontend/karma.conf.js b/frontend/karma.conf.js index 468cf888..99a445ac 100644 --- a/frontend/karma.conf.js +++ b/frontend/karma.conf.js @@ -30,14 +30,14 @@ module.exports = function(config) { { type: 'text-summary' }, { type: 'lcovonly' } ], - check: { - global: { - statements: 80, - branches: 80, - functions: 80, - lines: 80 - } - } + // check: { + // global: { + // statements: 80, + // branches: 80, + // functions: 80, + // lines: 80 + // } + // } }, // coverage reporter generates the coverage