Explorar o código

Removed duplicated test.

Maksymilian Barnaś %!s(int64=9) %!d(string=hai) anos
pai
achega
e2a1f2c5ad
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  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( '' );
-			} );
 		} );
 	} );
 } );