Przeglądaj źródła

Reword memory leak test description.

Maciej Gołaszewski 6 lat temu
rodzic
commit
26d1083d70

+ 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 ],