We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9115aa commit e63f47aCopy full SHA for e63f47a
test/index.js
@@ -60,6 +60,7 @@ test("should not error when state is properly updated", function(assert) {
60
var consoleError = sinon.stub(console, "error");
61
var actionHandler = unhandledAction()({getState: getState})(next)(action);
62
assert.notOk(consoleError.called, "console error is not logged when a new state is returned");
63
+ consoleError.restore();
64
assert.end();
65
});
66
0 commit comments