From f0d7667b3eaa974eda6ded1828e434109e9f8320 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 14 Jun 2019 10:22:55 -0700 Subject: [PATCH] Add missing snapshot test Summary: Don't know how this landed without? Reviewed By: jknoxville Differential Revision: D15826033 fbshipit-source-id: 4895d26620b868b99429c7a6f290c05e1e805b8d --- .../__snapshots__/index.node.js.snap | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/plugins/fresco/__tests__/__snapshots__/index.node.js.snap diff --git a/src/plugins/fresco/__tests__/__snapshots__/index.node.js.snap b/src/plugins/fresco/__tests__/__snapshots__/index.node.js.snap new file mode 100644 index 000000000..7f6c3d28b --- /dev/null +++ b/src/plugins/fresco/__tests__/__snapshots__/index.node.js.snap @@ -0,0 +1,32 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`notifications for leaks 1`] = ` + + + CloseableReference leaked for + + + com.facebook.imagepipeline.memory.NativeMemoryChunk + + (identity hashcode: + deadbeef + ). + + + + Stacktrace: + + + + + <unavailable> + + + +`;