Преглед на файлове

Reword memory leak test description.

Maciej Gołaszewski преди 6 години
родител
ревизия
26d1083d70
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-editor-classic/tests/classiceditor.js

+ 1 - 1
packages/ckeditor5-editor-classic/tests/classiceditor.js

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