Selaa lähdekoodia

Remove remaining 'skip' method from unit tests.

Mateusz Samsel 6 vuotta sitten
vanhempi
commit
542b838a3d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/ckeditor5-link/tests/unlinkcommand.js

+ 1 - 1
packages/ckeditor5-link/tests/unlinkcommand.js

@@ -229,7 +229,7 @@ describe( 'UnlinkCommand', () => {
 		} );
 	} );
 
-	describe.skip( 'manual decorators', () => {
+	describe( 'manual decorators', () => {
 		beforeEach( () => {
 			editor.destroy();
 			return ModelTestEditor.create( {