Procházet zdrojové kódy

Removed duplicated test.

Maksymilian Barnaś před 9 roky
rodič
revize
e2a1f2c5ad
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0 6
      dev/tests/dev/sanitize.js

+ 0 - 6
dev/tests/dev/sanitize.js

@@ -40,12 +40,6 @@ describe( 'utils', () => {
 
 				expect( sanitized ).to.equal( '' );
 			} );
-
-			it( 'should return empty string when invoked with empty string', () => {
-				const sanitized = sanitize.appendPeriodIfMissing( '' );
-
-				expect( sanitized ).to.equal( '' );
-			} );
 		} );
 	} );
 } );