8
0
فهرست منبع

Tests: Cleaned up DOM leaks in LinkEditing tests.

Aleksander Nowodzinski 5 سال پیش
والد
کامیت
9b36de6e2f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-link/tests/linkediting.js

+ 1 - 1
packages/ckeditor5-link/tests/linkediting.js

@@ -94,7 +94,7 @@ describe( 'LinkEditing', () => {
 		} );
 
 		it( 'should be bound to th `linkHref` attribute (RTL)', async () => {
-			editor = await ClassicTestEditor.create( element, {
+			const editor = await ClassicTestEditor.create( element, {
 				plugins: [ Paragraph, LinkEditing, Enter ],
 				language: {
 					content: 'ar'