mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-05-10 01:53:43 +03:00
Fix lint
This commit is contained in:
parent
57d5e08756
commit
f04e2256bd
|
@ -102,7 +102,7 @@ describe('Immutable', function () {
|
|||
const scndProp = parsed.data.scnd.data.prop;
|
||||
|
||||
expect(fstProp).toEqual(scndProp);
|
||||
expect(Array.isArray(obj.get('fst')!.get('prop'))).toBe(true);
|
||||
expect(Array.isArray(obj.get('fst').get('prop'))).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user