瀏覽代碼

Rename top suite of the balloon block editor build.

Maciej Gołaszewski 5 年之前
父節點
當前提交
813edd8fb9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-build-balloon-block/tests/ckeditor.js

+ 1 - 1
packages/ckeditor5-build-balloon-block/tests/ckeditor.js

@@ -9,7 +9,7 @@ import BalloonEditor from '../src/ckeditor';
 import BaseBalloonEditor from '@ckeditor/ckeditor5-editor-balloon/src/ballooneditor';
 import { describeMemoryUsage, testMemoryUsage } from '@ckeditor/ckeditor5-core/tests/_utils/memory';
 
-describe( 'BalloonEditor build', () => {
+describe( 'BalloonEditor (block) build', () => {
 	let editor, editorElement;
 
 	beforeEach( () => {