Explorar el Código

Tests: Remove commented code.

Maciej Gołaszewski hace 7 años
padre
commit
eb9356f353
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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' ] );