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

Commit

Permalink
Tests: Fixed tests after recent dir structure changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Sep 28, 2017
1 parent d59ee61 commit 91eea33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* globals document */

import ClassicEditor from '../ckeditor';
import ClassicEditor from '../src/ckeditor';
import BaseClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';

describe( 'ClassicEditor build', () => {
Expand Down

0 comments on commit 91eea33

Please sign in to comment.