From ea50fe268cdb3cd7ce202b01734bf787e7ec8dce Mon Sep 17 00:00:00 2001 From: believer Date: Thu, 8 Feb 2018 19:52:05 +0100 Subject: [PATCH] Remove duplicate test --- types/bytes/bytes-tests.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/bytes/bytes-tests.ts b/types/bytes/bytes-tests.ts index e15b248650..d296f0b28f 100644 --- a/types/bytes/bytes-tests.ts +++ b/types/bytes/bytes-tests.ts @@ -4,7 +4,6 @@ import bytes = require('bytes'); console.log(bytes(undefined)); console.log(bytes(null)); -console.log(bytes(1024)); console.log(bytes(104857)); console.log(bytes(104857, { thousandsSeparator: ' ' })); console.log(bytes(104857, { decimalPlaces: 2 }));