We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2486ca7 commit 3706c3bCopy full SHA for 3706c3b
test/instrument.spec.js
@@ -384,7 +384,6 @@ describe('instrument', () => {
384
});
385
386
it('should update currentStateIndex when auto-committing', () => {
387
- let spy = spyOn(console, 'error');
388
let liftedStoreState;
389
let currentComputedState;
390
@@ -399,8 +398,6 @@ describe('instrument', () => {
399
398
currentComputedState = liftedStoreState.computedStates[liftedStoreState.currentStateIndex];
400
expect(liftedStoreState.currentStateIndex).toBe(2);
401
expect(currentComputedState.state).toBe(3);
402
-
403
- spy.restore();
404
405
406
it('should continue to increment currentStateIndex while error blocks commit', () => {
0 commit comments