diff --git a/src/core/client/admin/local/__snapshots__/initLocalState.spec.ts.snap b/src/core/client/admin/local/__snapshots__/initLocalState.spec.ts.snap deleted file mode 100644 index 25e900e0c..000000000 --- a/src/core/client/admin/local/__snapshots__/initLocalState.spec.ts.snap +++ /dev/null @@ -1,18 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`init local state 1`] = ` -"{ - \\"client:root\\": { - \\"__id\\": \\"client:root\\", - \\"__typename\\": \\"__Root\\", - \\"local\\": { - \\"__ref\\": \\"client:root.local\\" - } - }, - \\"client:root.local\\": { - \\"__id\\": \\"client:root.local\\", - \\"__typename\\": \\"Local\\", - \\"view\\": \\"SIGN_IN\\" - } -}" -`;