Changing jest.config coverage to 85

This commit is contained in:
Max 2021-12-21 12:09:11 -05:00
parent 9af6a0320e
commit b1e81a608e

View file

@ -16,7 +16,7 @@ module.exports = {
testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"], testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],
coverageThreshold: { coverageThreshold: {
global: { global: {
statements: 80, statements: 85,
}, },
}, },
}; };