Sfoglia il codice sorgente

Updated class name in test.

Kamil Piechaczek 6 anni fa
parent
commit
e9adc572d4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-core/tests/plugin.js

+ 1 - 1
packages/ckeditor5-core/tests/plugin.js

@@ -6,7 +6,7 @@
 import Plugin from '../src/plugin';
 import Editor from '../src/editor/editor';
 
-describe( 'plugin', () => {
+describe( 'Plugin', () => {
 	let editor;
 
 	beforeEach( () => {