Parcourir la source

Remove only from tests.

Maciej Gołaszewski il y a 6 ans
Parent
commit
fb8060455a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-mention/tests/mentioncommand.js

+ 1 - 1
packages/ckeditor5-mention/tests/mentioncommand.js

@@ -54,7 +54,7 @@ describe( 'MentionCommand', () => {
 		} );
 	} );
 
-	describe.only( 'execute()', () => {
+	describe( 'execute()', () => {
 		it( 'inserts mention object if mention was passed as string', () => {
 			setData( model, '<paragraph>foo @Jo[]bar</paragraph>' );