Przeglądaj źródła

Tests: Removed unused deps.

Krzysztof Krztoń 6 lat temu
rodzic
commit
2551370fd0
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      packages/ckeditor5-engine/tests/model/model.js

+ 0 - 1
packages/ckeditor5-engine/tests/model/model.js

@@ -11,7 +11,6 @@ import ModelPosition from '../../src/model/position';
 import ModelSelection from '../../src/model/selection';
 import ModelDocumentFragment from '../../src/model/documentfragment';
 import Batch from '../../src/model/batch';
-import Writer from '../../src/model/writer';
 import { getData, setData, stringify } from '../../src/dev-utils/model';
 
 describe( 'Model', () => {