Fix unit tests (#377)
* Fix unit tests * Remove excess lint and prettier checks from gh actions
This commit is contained in:
parent
70abcc48b8
commit
9d178c7e15
4 changed files with 6 additions and 15 deletions
|
@ -187,7 +187,7 @@
|
|||
],
|
||||
"modulePathIgnorePatterns": [
|
||||
"__tests__/.*/__mocks__",
|
||||
"e2e/.*"
|
||||
"__e2e__/.*"
|
||||
],
|
||||
"coveragePathIgnorePatterns": [
|
||||
"<rootDir>/node_modules/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue