Skip to content

Commit

Permalink
add retryTimes to Jest (#72)
Browse files Browse the repository at this point in the history
* chore: add retryTimes to Jest

* chore: force fail test scenario

* chore: revert change

* chore: update podfile.lock
  • Loading branch information
arekkubaczkowski authored Feb 7, 2022
1 parent 0fd1636 commit d967ebf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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

0 comments on commit d967ebf

Please sign in to comment.