hide console on <Esc> and <C-{>
This commit is contained in:
parent
37410b874f
commit
90b83d7b7b
6 changed files with 18 additions and 2 deletions
|
@ -30,7 +30,6 @@ describe("setting reducer", () => {
|
|||
};
|
||||
state = settingReducer(state, action);
|
||||
|
||||
console.log(state);
|
||||
expect(state.value.properties).to.have.property('smoothscroll', true);
|
||||
expect(state.value.properties).to.have.property('encoding', 'utf-8');
|
||||
});
|
||||
|
|
Reference in a new issue