From 432c480ef8d8b55908fac7d64b924803a7d6d9aa Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Thu, 2 Apr 2020 01:14:13 +0200 Subject: [PATCH] Update tests --- test/specs/commands/view/SwitchVisibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;