Explorar el Código

Reword memory leak test description.

Maciej Gołaszewski hace 7 años
padre
commit
26d1083d70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ],