From 9f3b29b8b77768ab212cd63bdd9543486205affe Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 1 Oct 2018 12:50:21 -0700 Subject: [PATCH] Revert "Double check that the serialized state we generated equals the one we have saved" This reverts commit 82a81bf5848224e514ea7257bc299574f3e080a3. --- js/serialization.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/serialization.test.ts b/js/serialization.test.ts index 7a88f369..b1e76144 100644 --- a/js/serialization.test.ts +++ b/js/serialization.test.ts @@ -57,8 +57,6 @@ function testSerialization({ const readSerializedState = readFixture(name); - expect(readSerializedState).toEqual(serializedState); - const secondStore = getStore(); secondStore.dispatch({ type: LOAD_SERIALIZED_STATE,