Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3330 from LN-Zap/renovate/major-jest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update jest monorepo to v25 (major)
  • Loading branch information
mrfelton authored Apr 8, 2020
2 parents 561776d + 76b77f7 commit 6fa3710
Show file tree
Hide file tree
Showing 5 changed files with 820 additions and 692 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"add-asset-html-webpack-plugin": "3.1.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-jest": "25.3.0",
"babel-loader": "8.1.0",
"babel-plugin-module-resolver": "4.0.0",
"babel-plugin-react-intl": "7.1.0",
Expand Down Expand Up @@ -280,7 +280,7 @@
"gh-pages": "2.2.0",
"html-webpack-plugin": "3.2.0",
"husky": "4.2.3",
"jest": "24.9.0",
"jest": "25.3.0",
"jest-styled-components": "6.3.4",
"lnd-binary": "0.3.15",
"minimist": "1.2.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ exports[`component.Pay.PayAddressField current step is "address" should render c
"_newState": null,
"_numberOfReRenders": 0,
"_renderPhaseUpdates": null,
"_rendered": <ForwardRef(styled.div)
"_rendered": <styled.div
className="element-show"
>
<Unknown
Expand All @@ -81,7 +81,7 @@ exports[`component.Pay.PayAddressField current step is "address" should render c
>
[Function]
</Unknown>
</ForwardRef(styled.div)>,
</styled.div>,
"_rendering": false,
"_updater": [Circular],
"_workInProgressHook": null,
Expand Down Expand Up @@ -168,7 +168,7 @@ exports[`component.Pay.PayAddressField current step is "summary" and it is an LN
"_newState": null,
"_numberOfReRenders": 0,
"_renderPhaseUpdates": null,
"_rendered": <ForwardRef(styled.div)
"_rendered": <styled.div
className="element-hide"
>
<Unknown
Expand All @@ -177,7 +177,7 @@ exports[`component.Pay.PayAddressField current step is "summary" and it is an LN
>
[Function]
</Unknown>
</ForwardRef(styled.div)>,
</styled.div>,
"_rendering": false,
"_updater": [Circular],
"_workInProgressHook": null,
Expand Down Expand Up @@ -264,7 +264,7 @@ exports[`component.Pay.PayAddressField current step is "summary" and it is an on
"_newState": null,
"_numberOfReRenders": 0,
"_renderPhaseUpdates": null,
"_rendered": <ForwardRef(styled.div)
"_rendered": <styled.div
className="element-hide"
>
<Unknown
Expand All @@ -273,7 +273,7 @@ exports[`component.Pay.PayAddressField current step is "summary" and it is an on
>
[Function]
</Unknown>
</ForwardRef(styled.div)>,
</styled.div>,
"_rendering": false,
"_updater": [Circular],
"_workInProgressHook": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,16 @@ exports[`component.Form.PaySummaryLightning should render correctly 1`] = `
/>
}
right={
<ForwardRef(Styled(styled.div))
<Styled(styled.div)
alignItems="baseline"
>
<UNDEFINED
<Memo(Connect(Dropdown))
mr={2}
/>
<CryptoValue
value="10000"
/>
</ForwardRef(Styled(styled.div))>
</Styled(styled.div)>
}
/>
<Bar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ exports[`component.Form.PaySummaryOnchain should render correctly 1`] = `
/>
<DataRow
left={
<ForwardRef(styled.div)>
<styled.div>
<Text>
<FormattedMessage
defaultMessage="Fee"
Expand All @@ -119,7 +119,7 @@ exports[`component.Form.PaySummaryOnchain should render correctly 1`] = `
values={Object {}}
/>
</Text>
</ForwardRef(styled.div)>
</styled.div>
}
right={
<FormattedMessage
Expand Down
Loading

0 comments on commit 6fa3710

Please sign in to comment.