瀏覽代碼

Removed duplicated test.

Maksymilian Barnaś 9 年之前
父節點
當前提交
e2a1f2c5ad
共有 1 個文件被更改,包括 0 次插入6 次删除
  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( '' );
-			} );
 		} );
 	} );
 } );