Skip to content

Commit 26a7625

Browse files
Updated JEST package.json config
1 parent 2ac242a commit 26a7625

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ This will enable you to use the jest-watch-typeahead plugin in your watch mode.
441441

442442
You may encounter the error below while running tests on your screens.
443443

444-
![ES6 error with Jest runner](https://cdn-images-1.medium.com/max/3228/1*bTlYkAq595TaY2AX0te_Jg.png)
444+
![ES6 error with Jest runner](image-3.png)
445445

446446
The reason for this error is that Jest failed to parse a file because it encountered an unexpected token. This can happen when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax, such as ES6 syntax or TypeScript syntax.
447447

Testing/image-3.png

105 KB
Loading

0 commit comments

Comments
 (0)