Revert "Double check that the serialized state we generated equals the one we have saved"

This reverts commit 82a81bf584.
This commit is contained in:
Jordan Eldredge 2018-10-01 12:50:21 -07:00 committed by GitHub
parent 80f5e93906
commit 9f3b29b8b7

View file

@ -57,8 +57,6 @@ function testSerialization<T>({
const readSerializedState = readFixture(name);
expect(readSerializedState).toEqual(serializedState);
const secondStore = getStore();
secondStore.dispatch({
type: LOAD_SERIALIZED_STATE,