Sfoglia il codice sorgente

Tests: Removed .only from test.

Oskar Wróbel 7 anni fa
parent
commit
673c608c36
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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( () => {