Skip to content

Commit bb49ae9

Browse files
Updated JEST package.json config
1 parent e7eb477 commit bb49ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Testing/RNTL-Component-Testing-ultimate-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### A comprehensive guide to React Native Component Testing by RNTL
44

5-
![](image.png)
5+
![](/images/image.png)
66

77
Over the course of a month, I meticulously crafted this comprehensive guide on testing for **React Native** applications. Each code snippet included in this article was initially **_executed successfully_** on my MacBook, ensuring their reliability.
88

@@ -169,7 +169,7 @@ Then add this additional **Jest matcher** to your jest tests by using setupFiles
169169

170170
The **package.json** looks like below with additional **Jest matcher** config.
171171

172-
![**package.json** (only last part given here)](image-1.png)
172+
![**package.json** (only last part given here)](/images/image-1.png)
173173

174174
## Setup JEST config (for RNTL)
175175

0 commit comments

Comments
 (0)