Upgrade Jest
Summary: ts-jest is unhappy with us using an old version. Let's bump it. Reviewed By: mweststrate Differential Revision: D20191204 fbshipit-source-id: d6ed4ad9bf20c4011ae9be1048a116ddc5ee6028
This commit is contained in:
committed by
Facebook Github Bot
parent
f3fd8646e3
commit
0cfbd2a3da
@@ -132,7 +132,7 @@
|
|||||||
"eslint-plugin-relay": "^1.4.1",
|
"eslint-plugin-relay": "^1.4.1",
|
||||||
"flow-bin": "0.119.0",
|
"flow-bin": "0.119.0",
|
||||||
"glob": "^7.1.2",
|
"glob": "^7.1.2",
|
||||||
"jest": "^24.7.1",
|
"jest": "^25.1.0",
|
||||||
"jest-fetch-mock": "^3.0.0",
|
"jest-fetch-mock": "^3.0.0",
|
||||||
"prettier": "^1.19.1",
|
"prettier": "^1.19.1",
|
||||||
"react-async": "^10.0.0",
|
"react-async": "^10.0.0",
|
||||||
|
|||||||
@@ -2,31 +2,31 @@
|
|||||||
|
|
||||||
exports[`notifications for leaks 1`] = `
|
exports[`notifications for leaks 1`] = `
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<ForwardRef(render)>
|
<Styled(div)>
|
||||||
CloseableReference leaked for
|
CloseableReference leaked for
|
||||||
|
|
||||||
<ForwardRef(render)
|
<Text
|
||||||
code={true}
|
code={true}
|
||||||
>
|
>
|
||||||
com.facebook.imagepipeline.memory.NativeMemoryChunk
|
com.facebook.imagepipeline.memory.NativeMemoryChunk
|
||||||
</ForwardRef(render)>
|
</Text>
|
||||||
(identity hashcode:
|
(identity hashcode:
|
||||||
deadbeef
|
deadbeef
|
||||||
).
|
).
|
||||||
</ForwardRef(render)>
|
</Styled(div)>
|
||||||
<ForwardRef(render)>
|
<Styled(div)>
|
||||||
<ForwardRef(render)
|
<Text
|
||||||
bold={true}
|
bold={true}
|
||||||
>
|
>
|
||||||
Stacktrace:
|
Stacktrace:
|
||||||
</ForwardRef(render)>
|
</Text>
|
||||||
</ForwardRef(render)>
|
</Styled(div)>
|
||||||
<ForwardRef(render)>
|
<Styled(div)>
|
||||||
<ForwardRef(render)
|
<Text
|
||||||
code={true}
|
code={true}
|
||||||
>
|
>
|
||||||
<unavailable>
|
<unavailable>
|
||||||
</ForwardRef(render)>
|
</Text>
|
||||||
</ForwardRef(render)>
|
</Styled(div)>
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user