mirror of https://github.com/artf/grapesjs.git
1 changed files with 4 additions and 2 deletions
@ -1,7 +1,9 @@ |
|||
import SwitchVisibility from 'commands/view/SwitchVisibility'; |
|||
import SwitchVisibility from '../../../../src/commands/view/SwitchVisibility'; |
|||
|
|||
describe('SwitchVisibility command', () => { |
|||
let fakeEditor, fakeFrames, fakeIsActive; |
|||
let fakeEditor: any; |
|||
let fakeFrames: any; |
|||
let fakeIsActive: any; |
|||
|
|||
beforeEach(() => { |
|||
fakeFrames = []; |
|||
Loading…
Reference in new issue