Add empty opportunity page (#83)
* Add empty opportunity page * Fix coverage --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -56,7 +56,9 @@
|
||||
},
|
||||
"jest": {
|
||||
"coveragePathIgnorePatterns": [
|
||||
".stories.tsx$"
|
||||
".stories.tsx$",
|
||||
"graphql.tsx$",
|
||||
"apollo.tsx$"
|
||||
],
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
|
||||
Reference in New Issue
Block a user