Skip to content

Commit 2677827

Browse files
committed
fix: 🐛 update expo install command for jest
Closes: #247
1 parent b4d9c0e commit 2677827

File tree

1 file changed

+1
-1
lines changed
  • challenges/ecosystem

1 file changed

+1
-1
lines changed

challenges/ecosystem/05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Check if your test are passing with `npm run test`.
116116
- [ ] Install the Jest package, as well as an Expo-specific Jest preset package:
117117

118118
```console
119-
expo install jest-expo jest
119+
npx expo install -- --save-dev jest-expo jest
120120
```
121121

122122
Update `package.json` with a new script to run Jest

0 commit comments

Comments
 (0)