Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Tests: Use local import paths whenever possible.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Jan 3, 2020
1 parent 4078fdc commit 6760b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_utils-tests/classictesteditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import RootElement from '@ckeditor/ckeditor5-engine/src/model/rootelement';
import { getData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
import testUtils from '../../tests/_utils/utils';
import { assertCKEditorError } from '@ckeditor/ckeditor5-utils/tests/_utils/utils';
import { removeEditorBodyOrphans } from '@ckeditor/ckeditor5-core/tests/_utils/cleanup';
import { removeEditorBodyOrphans } from '../_utils/cleanup';

describe( 'ClassicTestEditor', () => {
let editorElement;
Expand Down

0 comments on commit 6760b55

Please sign in to comment.