mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Remove duplicate test
This commit is contained in:
parent
c169269a44
commit
ea50fe268c
@ -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 }));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user