eslint fix
This commit is contained in:
parent
96da5f8e85
commit
275640ac4a
|
@ -79,6 +79,5 @@ describe('DOM > Feature > Enable and disable default tokens', () => {
|
||||||
balanceRows = TokensDom.getAllByTestId(BALANCE_ROW_TEST_ID)
|
balanceRows = TokensDom.getAllByTestId(BALANCE_ROW_TEST_ID)
|
||||||
expect(balanceRows.length).toBe(1)
|
expect(balanceRows.length).toBe(1)
|
||||||
expect(balanceRows[0]).toHaveTextContent('ETH')
|
expect(balanceRows[0]).toHaveTextContent('ETH')
|
||||||
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue