We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d9c0e commit 2677827Copy full SHA for 2677827
challenges/ecosystem/05.md
@@ -116,7 +116,7 @@ Check if your test are passing with `npm run test`.
116
- [ ] Install the Jest package, as well as an Expo-specific Jest preset package:
117
118
```console
119
-expo install jest-expo jest
+npx expo install -- --save-dev jest-expo jest
120
```
121
122
Update `package.json` with a new script to run Jest
0 commit comments