Skip to content

Commit da4258b

Browse files
authored
Merge pull request #3297 from SebastianEShelby/patch-2
Update part5c.md: Add missing "jest" dependency to script
2 parents d59aadd + fa3a3b2 commit da4258b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In addition to Jest, we also need another testing library that will help us rend
1616
Let's install libraries with the command:
1717

1818
```js
19-
npm install --save-dev @testing-library/react @testing-library/jest-dom jest-environment-jsdom @babel/preset-env @babel/preset-react
19+
npm install --save-dev @testing-library/react @testing-library/jest-dom jest jest-environment-jsdom @babel/preset-env @babel/preset-react
2020
```
2121

2222
The file <i>package.json</i> should be extended as follows:

0 commit comments

Comments
 (0)