feat: Add Command bar for improved productivity (#3352)
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
This commit is contained in:
parent
1e3f255ece
commit
e849759e15
21 changed files with 818 additions and 108 deletions
|
@ -33,6 +33,8 @@ describe('MoveActions', () => {
|
|||
beforeEach(() => {
|
||||
window.bus = {
|
||||
$emit: jest.fn(),
|
||||
$on: jest.fn(),
|
||||
$off: jest.fn(),
|
||||
};
|
||||
|
||||
state = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue