Parcourir la source

Remove remaining 'skip' method from unit tests.

Mateusz Samsel il y a 6 ans
Parent
commit
542b838a3d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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( {