diff --git a/jest.config.js b/jest.config.js index 330a03f75..7a8b2eb2b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -31,7 +31,7 @@ module.exports = { testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"], coverageThreshold: { global: { - statements: 78, + statements: 77, }, }, // Uncomment this to avoid the massive amount of warnings we are getting for onSubmit and onInvalidSubmit diff --git a/src/App.vue b/src/App.vue index 31fb663c3..b5be4ec86 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,8 @@