mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 11:03:57 +03:00
Fix tests.
This commit is contained in:
parent
6ab87322e1
commit
30718acd8e
|
@ -169,7 +169,7 @@ describe('instrument', () => {
|
||||||
expect(computedStates[3].error).toMatch(
|
expect(computedStates[3].error).toMatch(
|
||||||
/Interrupted by an error up the chain/
|
/Interrupted by an error up the chain/
|
||||||
);
|
);
|
||||||
expect(spy.calls[0].arguments[0]).toMatch(
|
expect(spy.calls[0].arguments[0].toString()).toMatch(
|
||||||
/ReferenceError/
|
/ReferenceError/
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user