Jelajahi Sumber

One more rename treeView to Document.

Piotr Jasiun 9 tahun lalu
induk
melakukan
6e0ab7c478
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/ckeditor5-engine/tests/treeview/node.js

+ 1 - 1
packages/ckeditor5-engine/tests/treeview/node.js

@@ -129,7 +129,7 @@ describe( 'Node', () => {
 	} );
 
 	describe( 'getDocument', () => {
-		it( 'should return null if any parent has not set treeview', () => {
+		it( 'should return null if any parent has not set Document', () => {
 			expect( charA.getDocument() ).to.be.null;
 		} );