Explorar o código

Tests: Cleaned up DOM leaks in LinkEditing tests.

Aleksander Nowodzinski %!s(int64=5) %!d(string=hai) anos
pai
achega
9b36de6e2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'