Browse Source

Up SwitchVisibility test

pull/5399/head
Artur Arseniev 2 years ago
parent
commit
7440165dd3
  1. 6
      test/specs/commands/view/SwitchVisibility.ts

6
test/specs/commands/view/SwitchVisibility.js → test/specs/commands/view/SwitchVisibility.ts

@ -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…
Cancel
Save