prettier and code coverage change
This commit is contained in:
CarlNation 2023-10-05 09:17:32 -04:00
parent 60f6110341
commit 7616f22509

View file

@ -27,7 +27,7 @@ module.exports = {
testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],
coverageThreshold: {
global: {
statements: 79,
statements: 78,
},
},
// Uncomment this to avoid the massive amount of warnings we are getting for onSubmit and onInvalidSubmit