Browse Source

Tests: Removed .only from test.

Oskar Wróbel 7 years ago
parent
commit
673c608c36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-upload/tests/filerepository.js

+ 1 - 1
packages/ckeditor5-upload/tests/filerepository.js

@@ -92,7 +92,7 @@ describe( 'FileRepository', () => {
 		} );
 	} );
 
-	describe.only( 'pending actions', () => {
+	describe( 'pending actions', () => {
 		let pendingActions;
 
 		beforeEach( () => {