Parcourir la source

Remove unit test, which checks existence of private property.

Mateusz Samsel il y a 6 ans
Parent
commit
a9c51730fe
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      packages/ckeditor5-word-count/tests/wordcount.js

+ 0 - 4
packages/ckeditor5-word-count/tests/wordcount.js

@@ -47,10 +47,6 @@ describe( 'WordCount', () => {
 		it( 'has "WordCount" plugin name', () => {
 		it( 'has "WordCount" plugin name', () => {
 			expect( WordCount.pluginName ).to.equal( 'WordCount' );
 			expect( WordCount.pluginName ).to.equal( 'WordCount' );
 		} );
 		} );
-
-		it( 'has define "_config" object', () => {
-			expect( wordCountPlugin._config ).to.deep.equal( {} );
-		} );
 	} );
 	} );
 
 
 	describe( 'functionality', () => {
 	describe( 'functionality', () => {