diff --git a/test/specs/commands/view/SwitchVisibility.js b/test/specs/commands/view/SwitchVisibility.js index 9a3c437c3..439a9f9d7 100644 --- a/test/specs/commands/view/SwitchVisibility.js +++ b/test/specs/commands/view/SwitchVisibility.js @@ -1,4 +1,4 @@ -import SwitchVisibility from '../../../../src/commands/view/SwitchVisibility'; +import SwitchVisibility from 'commands/view/SwitchVisibility'; describe('SwitchVisibility command', () => { let fakeEditor, fakeFrames, fakeIsActive;