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