mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-31 05:57:33 +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