Skip to content

Commit dce60cf

Browse files
committed
test(docs): update docs with current versions etc
1 parent b30eee1 commit dce60cf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Our tests are powered by [Jet ✈️](https://github.com/invertase/jet).
66
77
## Requirements
88

9-
- Make sure you have Xcode installed (tested with Xcode 13+) to develop iOS items
10-
- Make sure you have Node.js installed with yarn installed globally (node version 16, yarn v1 is required).
9+
- Make sure you have Xcode installed (tested with Xcode 15+) to develop iOS items
10+
- Make sure you have Node.js installed with yarn installed globally (node version 18 and 20 tested, `npm install --global yarn`).
1111
- Make sure you have all required iOS dependencies installed:
1212

1313
- [Apple Sim Utils](https://github.com/wix/AppleSimulatorUtils):
@@ -36,6 +36,7 @@ yarn build:all:clean
3636

3737
```bash
3838
yarn
39+
yarn lerna:prepare
3940
yarn tests:ios:pod:install # for iOS development
4041
```
4142

@@ -138,7 +139,7 @@ Another way to do this is via adding a `--grep` option to `e2e/mocha.opts` file,
138139

139140
> 💡 Don't forget to remove these before committing your code and submitting a pull request
140141
141-
For more Mocha options see https://mochajs.org/#usage
142+
For more Mocha options see <https://mochajs.org/#usage>
142143
143144
---
144145

0 commit comments

Comments
 (0)