Add missing snapshot test
Summary: Don't know how this landed without? Reviewed By: jknoxville Differential Revision: D15826033 fbshipit-source-id: 4895d26620b868b99429c7a6f290c05e1e805b8d
This commit is contained in:
committed by
Facebook Github Bot
parent
1e700b944c
commit
f0d7667b3e
@@ -0,0 +1,32 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`notifications for leaks 1`] = `
|
||||
<React.Fragment>
|
||||
<Styled(div)>
|
||||
CloseableReference leaked for
|
||||
|
||||
<Styled(span)
|
||||
code={true}
|
||||
>
|
||||
com.facebook.imagepipeline.memory.NativeMemoryChunk
|
||||
</Styled(span)>
|
||||
(identity hashcode:
|
||||
deadbeef
|
||||
).
|
||||
</Styled(div)>
|
||||
<Styled(div)>
|
||||
<Styled(span)
|
||||
bold={true}
|
||||
>
|
||||
Stacktrace:
|
||||
</Styled(span)>
|
||||
</Styled(div)>
|
||||
<Styled(div)>
|
||||
<Styled(span)
|
||||
code={true}
|
||||
>
|
||||
<unavailable>
|
||||
</Styled(span)>
|
||||
</Styled(div)>
|
||||
</React.Fragment>
|
||||
`;
|
||||
Reference in New Issue
Block a user