diff --git a/kcd.config.js b/kcd.config.js index 472503fd..a85ded44 100644 --- a/kcd.config.js +++ b/kcd.config.js @@ -5,6 +5,6 @@ module.exports = { extends: [path.join(__dirname, './.eslintrc')], }, jest: { - coverageThreshold: {}, + coverageThreshold: null, }, }