mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-25 15:40:06 +03:00
Fix
This commit is contained in:
parent
aa74936e8a
commit
02759ac372
|
@ -148,9 +148,9 @@ describe('Immutable', function () {
|
|||
it(key, function () {
|
||||
const deserialized = serializeCustom.parse(stringified);
|
||||
expect(deserialized).toEqual(data[key as keyof typeof data]);
|
||||
// eslint-disable-next-line jest/no-conditional-expect
|
||||
if (key === 'map' || key === 'orderedMap') {
|
||||
const deserializedDefault = parse(stringified);
|
||||
// eslint-disable-next-line jest/no-conditional-expect
|
||||
expect(
|
||||
(
|
||||
deserializedDefault as
|
||||
|
|
Loading…
Reference in New Issue
Block a user