Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add retryTimes to Jest #72

Merged
merged 4 commits into from
Feb 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions e2e/app.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const {
changeDiscoveryMethod,
} = require('./utils');

jest.retryTimes(3);

describe('Payments', () => {
beforeEach(async () => {
await device.launchApp({
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ PODS:
- React-Core
- RNGestureHandler (1.10.3):
- React-Core
- RNReanimated (2.3.0):
- RNReanimated (2.3.1):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -314,7 +314,7 @@ PODS:
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.10.1):
- RNScreens (3.10.2):
- React-Core
- React-RCTImage
- stripe-terminal-react-native (0.1.0):
Expand Down Expand Up @@ -484,8 +484,8 @@ SPEC CHECKSUMS:
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNCPicker: cb57c823d5ce8d2d0b5dfb45ad97b737260dc59e
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 569c269480a76e39196aa17a5df08ef1561db5ff
RNScreens: 522705f2e5c9d27efb17f24aceb2bf8335bc7b8e
RNReanimated: da3860204e5660c0dd66739936732197d359d753
RNScreens: d6da2b9e29cf523832c2542f47bf1287318b1868
stripe-terminal-react-native: eac43a8062936d5e796e6a1132d196c83600b225
StripeTerminal: 2c7d261881b0039693a6ba30c00e1e6133e6d393
Yoga: 32a18c0e845e185f4a2a66ec76e1fd1f958f22fa
Expand Down