support mutliple modifiers for key bindings
This commit is contained in:
parent
4e94695c75
commit
036ede3379
11 changed files with 75 additions and 75 deletions
|
@ -5,7 +5,7 @@ import settingReducer from 'content/reducers/setting';
|
|||
describe("content setting reducer", () => {
|
||||
it('return the initial state', () => {
|
||||
let state = settingReducer(undefined, {});
|
||||
expect(state).to.deep.equal({ keymaps: {} });
|
||||
expect(state.keymaps).to.be.empty;
|
||||
});
|
||||
|
||||
it('return next state for SETTING_SET', () => {
|
||||
|
|
Reference in a new issue