8
0
فهرست منبع

Fixed view TreeWalker test.

Szymon Kupś 8 سال پیش
والد
کامیت
dfc21fc399
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      packages/ckeditor5-engine/tests/view/treewalker.js

+ 0 - 4
packages/ckeditor5-engine/tests/view/treewalker.js

@@ -48,10 +48,6 @@ describe( 'TreeWalker', () => {
 		rootEnding = new Position( root, 2 );
 		rootEnding = new Position( root, 2 );
 	} );
 	} );
 
 
-	afterEach( () => {
-		doc.destroy();
-	} );
-
 	describe( 'constructor()', () => {
 	describe( 'constructor()', () => {
 		it( 'should throw if neither boundaries nor starting position is set', () => {
 		it( 'should throw if neither boundaries nor starting position is set', () => {
 			expect( () => {
 			expect( () => {