chore(instant): fix prettier

This commit is contained in:
Brandon Millman
2018-11-13 14:18:19 -08:00
parent 3a3fe0e69a
commit 820ab062a6
2 changed files with 10 additions and 2 deletions

View File

@@ -55,7 +55,9 @@ describe('format', () => {
expect(format.ethBaseUnitAmountInUsd(ONE_ETH_IN_BASE_UNITS, BIG_NUMBER_FAKE_ETH_USD_PRICE)).toBe('$2.53');
});
it('correctly formats .432414 ETH to usd according to some price', () => {
expect(format.ethBaseUnitAmountInUsd(DECIMAL_ETH_IN_BASE_UNITS, BIG_NUMBER_FAKE_ETH_USD_PRICE)).toBe('$1.10');
expect(format.ethBaseUnitAmountInUsd(DECIMAL_ETH_IN_BASE_UNITS, BIG_NUMBER_FAKE_ETH_USD_PRICE)).toBe(
'$1.10',
);
});
it('correctly formats 5.3014059295032 ETH to usd according to some price', () => {
expect(format.ethBaseUnitAmountInUsd(IRRATIONAL_ETH_IN_BASE_UNITS, BIG_NUMBER_FAKE_ETH_USD_PRICE)).toBe(