Make jest ignore server project.
This commit is contained in:
parent
ba3174ee48
commit
ebe6e86e0f
|
@ -42,7 +42,8 @@
|
|||
"jest": {
|
||||
"preset": "react-native",
|
||||
"modulePathIgnorePatterns": [
|
||||
"example"
|
||||
"example",
|
||||
"server"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue