Skip to content

Commit

Permalink
Back 100% coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-stv committed Oct 16, 2023
1 parent 555b38c commit 438a15b
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

import { Command, type Editor } from 'ckeditor5/src/core';
import ImageUtils from '../imageutils';
import type ImageUtils from '../imageutils';
import type { Writer, Element } from 'ckeditor5/src/engine';

/**
Expand All @@ -29,13 +29,6 @@ export default class ReplaceImageSourceCommand extends Command {
this.decorate( 'cleanupImage' );
}

/**
* @inheritDoc
*/
public static get requires() {
return [ ImageUtils ] as const;
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit 438a15b

Please sign in to comment.