8
0
Pārlūkot izejas kodu

Tests: Remove commented code.

Maciej Gołaszewski 7 gadi atpakaļ
vecāks
revīzija
eb9356f353
1 mainītis faili ar 0 papildinājumiem un 6 dzēšanām
  1. 0 6
      packages/ckeditor5-heading/tests/headingcommand.js

+ 0 - 6
packages/ckeditor5-heading/tests/headingcommand.js

@@ -47,12 +47,6 @@ describe( 'HeadingCommand', () => {
 		} );
 	} );
 
-	afterEach( () => {
-		// for ( const modelElement in commands ) {
-		// 	commands[ modelElement ].destroy();
-		// }
-	} );
-
 	describe( 'modelElements', () => {
 		it( 'is set', () => {
 			expect( command.modelElements ).to.deep.equal( [ 'heading1', 'heading2', 'heading3' ] );