reset follow on enabled
This commit is contained in:
parent
370e20d76a
commit
38fee74760
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ describe('follow reducer', () => {
|
|||
let state = followReducer({ enabled: false, newTab: false }, action);
|
||||
expect(state).to.have.property('enabled', true);
|
||||
expect(state).to.have.property('newTab', true);
|
||||
expect(state).to.have.property('keys', '');
|
||||
});
|
||||
|
||||
it ('returns next state for FOLLOW_DISABLE', () => {
|
||||
|
|
Reference in a new issue