File tree Expand file tree Collapse file tree 5 files changed +13
-40
lines changed
Expand file tree Collapse file tree 5 files changed +13
-40
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ 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 10+).
10- - Make sure you have Node.js installed ( version 8.4.0 and above is required).
11- - Make sure you have all required dependencies installed:
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 14, yarn v1 is required).
11+ - Make sure you have all required iOS dependencies installed:
1212
1313 - [ Apple Sim Utils] ( https://github.com/wix/AppleSimulatorUtils ) :
1414
@@ -36,7 +36,7 @@ yarn build:all:clean
3636
3737` ` ` bash
3838yarn
39- yarn tests:ios:pod:install
39+ yarn tests:ios:pod:install # for iOS development
4040` ` `
4141
4242---
@@ -87,7 +87,8 @@ With iOS Detox will start a simulator for you by default or run tests in an open
8787For the Firestore emulator you need to install the tools and start the emulator:
8888
8989` ` ` bash
90- yarn tests:emulator:start
90+ yarn tests:emulator:start # for linux/macOS-hosted development
91+ yarn tests:emulator:start-windows # if developing on windows
9192` ` `
9293
9394---
Original file line number Diff line number Diff line change @@ -584,7 +584,7 @@ PODS:
584584 - gRPC-Core/Interface (= 1.28.2)
585585 - gRPC-Core/Interface (1.28.2)
586586 - GTMSessionFetcher/Core (1.7.0)
587- - Jet (0.6.6- 0):
587+ - Jet (0.8. 0):
588588 - React
589589 - leveldb-library (1.22.1)
590590 - nanopb (2.30908.0):
@@ -1143,7 +1143,7 @@ SPEC CHECKSUMS:
11431143 "gRPC-C++": 13d8ccef97d5c3c441b7e3c529ef28ebee86fad2
11441144 gRPC-Core: 4afa11bfbedf7cdecd04de535a9e046893404ed5
11451145 GTMSessionFetcher: 43748f93435c2aa068b1cbe39655aaf600652e91
1146- Jet: 84fd0e2e9d49457fc04bc79b5d8857737a01c507
1146+ Jet: 8b8c4620ed89e5ba53bfa36f2c11adaeac9d9c76
11471147 leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729
11481148 nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
11491149 PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58
Original file line number Diff line number Diff line change 3838 "firebase-tools" : " ^9.21.0" ,
3939 "jest-circus" : " ^27.2.5" ,
4040 "jest-environment-node" : " ^27.2.5" ,
41- "jet" : " ^0.6.6- 0" ,
41+ "jet" : " ^0.8. 0" ,
4242 "jsonwebtoken" : " ^8.5.1" ,
4343 "metro-react-native-babel-preset" : " 0.66.2" ,
4444 "mocha" : " ^9.1.2" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8595,10 +8595,10 @@ jest@^27.3.1:
85958595 import-local "^3.0.2"
85968596 jest-cli "^27.3.1"
85978597
8598- jet@^0.6.6- 0:
8599- version "0.6.6- 0"
8600- resolved "https://registry.yarnpkg.com/jet/-/jet-0.6.6- 0.tgz#11810b4ae0128d055da7a205dd01b610ed75b4bd "
8601- integrity sha512-ncHEBmmn2Q21U6PfGoyG+N13Fdz+a67/hxFwtD0FyOOHbUPpSvcETUW4pG3F+BPuGgQjMYltWNeISJTzh1aTyw ==
8598+ jet@^0.8. 0:
8599+ version "0.8. 0"
8600+ resolved "https://registry.yarnpkg.com/jet/-/jet-0.8. 0.tgz#1fc2d5cd71d0d658fa4342a3b64cae4c2f1f7a93 "
8601+ integrity sha512-3rrOQdx1Mws/JwF+MMnpmKZ1wC1v4tNueqW9xcRPh4f8LXLp5tUV5RjspFjsdd1S+R8dEp4RFiE0XkFMM3/OMw ==
86028602 dependencies:
86038603 chalk "^4.0.0"
86048604 error-stack-parser "^2.0.6"
You can’t perform that action at this time.
0 commit comments