feat: Add reply editor mode to the store (#7515)
This commit is contained in:
@@ -15,4 +15,11 @@ describe('#getters', () => {
|
||||
};
|
||||
expect(getters.get(state)('draft-22-REPLY')).toEqual('');
|
||||
});
|
||||
|
||||
it('return replyEditorMode', () => {
|
||||
const state = {
|
||||
replyEditorMode: 'reply',
|
||||
};
|
||||
expect(getters.getReplyEditorMode(state)).toEqual('reply');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user