diff --git a/src/renderers/native/__tests__/__snapshots__/ReactNativeMount-test.js.snap b/src/renderers/native/__tests__/__snapshots__/ReactNativeMount-test.js.snap deleted file mode 100644 index 5225479968090..0000000000000 --- a/src/renderers/native/__tests__/__snapshots__/ReactNativeMount-test.js.snap +++ /dev/null @@ -1,51 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`ReactNative renders and reorders children 1`] = ` -" {} - View null - View {\\"title\\":\\"a\\"} - View {\\"title\\":\\"b\\"} - View {\\"title\\":\\"c\\"} - View {\\"title\\":\\"d\\"} - View {\\"title\\":\\"e\\"} - View {\\"title\\":\\"f\\"} - View {\\"title\\":\\"g\\"} - View {\\"title\\":\\"h\\"} - View {\\"title\\":\\"i\\"} - View {\\"title\\":\\"j\\"} - View {\\"title\\":\\"k\\"} - View {\\"title\\":\\"l\\"} - View {\\"title\\":\\"m\\"} - View {\\"title\\":\\"n\\"} - View {\\"title\\":\\"o\\"} - View {\\"title\\":\\"p\\"} - View {\\"title\\":\\"q\\"} - View {\\"title\\":\\"r\\"} - View {\\"title\\":\\"s\\"} - View {\\"title\\":\\"t\\"}" -`; - -exports[`ReactNative renders and reorders children 2`] = ` -" {} - View null - View {\\"title\\":\\"m\\"} - View {\\"title\\":\\"x\\"} - View {\\"title\\":\\"h\\"} - View {\\"title\\":\\"p\\"} - View {\\"title\\":\\"g\\"} - View {\\"title\\":\\"w\\"} - View {\\"title\\":\\"f\\"} - View {\\"title\\":\\"r\\"} - View {\\"title\\":\\"a\\"} - View {\\"title\\":\\"l\\"} - View {\\"title\\":\\"k\\"} - View {\\"title\\":\\"e\\"} - View {\\"title\\":\\"o\\"} - View {\\"title\\":\\"i\\"} - View {\\"title\\":\\"v\\"} - View {\\"title\\":\\"c\\"} - View {\\"title\\":\\"s\\"} - View {\\"title\\":\\"t\\"} - View {\\"title\\":\\"z\\"} - View {\\"title\\":\\"y\\"}" -`;