mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 01:57:29 +00:00
Revert "Double check that the serialized state we generated equals the one we have saved"
This reverts commit 82a81bf584.
This commit is contained in:
parent
80f5e93906
commit
9f3b29b8b7
1 changed files with 0 additions and 2 deletions
|
|
@ -57,8 +57,6 @@ function testSerialization<T>({
|
|||
|
||||
const readSerializedState = readFixture(name);
|
||||
|
||||
expect(readSerializedState).toEqual(serializedState);
|
||||
|
||||
const secondStore = getStore();
|
||||
secondStore.dispatch({
|
||||
type: LOAD_SERIALIZED_STATE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue