8
0
Просмотр исходного кода

Remove unit test, which checks existence of private property.

Mateusz Samsel 6 лет назад
Родитель
Сommit
a9c51730fe
1 измененных файлов с 0 добавлено и 4 удалено
  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', () => {
 			expect( WordCount.pluginName ).to.equal( 'WordCount' );
 		} );
-
-		it( 'has define "_config" object', () => {
-			expect( wordCountPlugin._config ).to.deep.equal( {} );
-		} );
 	} );
 
 	describe( 'functionality', () => {