mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
lint
This commit is contained in:
parent
74080e41f1
commit
a6f1734edd
@ -15,7 +15,7 @@ describe('conversion utils', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('add repeating decimals', () => {
|
it('add repeating decimals', () => {
|
||||||
const result = addCurrencies(1/3, 1/9)
|
const result = addCurrencies(1 / 3, 1 / 9)
|
||||||
assert.equal(result.toNumber(), 0.4444444444444444)
|
assert.equal(result.toNumber(), 0.4444444444444444)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user