mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-27 19:25:11 +08:00
[e2e] fix e2e tests
* use new _flowconfig in generator template * increase sinopia max_body_size * remove breaking `cd` command from e2e-test.sh
This commit is contained in:
@@ -19,3 +19,5 @@ packages:
|
||||
|
||||
logs:
|
||||
- {type: file, path: sinopia.log, format: pretty, level: http}
|
||||
|
||||
max_body_size: '50mb'
|
||||
|
||||
@@ -70,5 +70,4 @@ flow --retries 10
|
||||
|
||||
node ../node_modules/react-native/packager/packager.js --nonPersistent &
|
||||
SERVER_PID=$!
|
||||
cd iOS
|
||||
xctool -scheme EndToEndTest -sdk iphonesimulator test
|
||||
|
||||
Reference in New Issue
Block a user