浏览代码

Reword memory leak test description.

Maciej Gołaszewski 6 年之前
父节点
当前提交
37be3c5230
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-editor-balloon/tests/ballooneditor.js

+ 1 - 1
packages/ckeditor5-editor-balloon/tests/ballooneditor.js

@@ -318,7 +318,7 @@ describe( 'BalloonEditor', () => {
 
 	describeMemoryUsage( () => {
 		testMemoryUsage(
-			'should not grow significantly on multiple create/destroy',
+			'should not grow on multiple create/destroy',
 			() => BalloonEditor
 				.create( document.querySelector( '#mem-editor' ), {
 					plugins: [ ArticlePluginSet ],