From f9ba8af6185514da7eb5c5fa211c880981672d7f Mon Sep 17 00:00:00 2001 From: Pedro Pablo Aste Kompen Date: Mon, 16 Nov 2020 13:43:14 -0300 Subject: [PATCH] Add TokenSelectButton label prop to test --- .../UI/Swaps/components/TokenSelectButton.test.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/UI/Swaps/components/TokenSelectButton.test.js b/app/components/UI/Swaps/components/TokenSelectButton.test.js index efced4d6945..f232e57b86f 100644 --- a/app/components/UI/Swaps/components/TokenSelectButton.test.js +++ b/app/components/UI/Swaps/components/TokenSelectButton.test.js @@ -5,14 +5,15 @@ import TokenSelectButton from './TokenSelectButton'; describe('TokenSelectButton component', () => { it('should Render correctly', () => { const dummyHandler = jest.fn(); - const empty = shallow(); + const empty = shallow(); expect(empty).toMatchSnapshot(); - const eth = shallow(); + const eth = shallow(); expect(eth).toMatchSnapshot(); - const symbol = shallow(); + const symbol = shallow(); expect(symbol).toMatchSnapshot(); const icon = shallow( @@ -20,6 +21,7 @@ describe('TokenSelectButton component', () => { expect(icon).toMatchSnapshot(); const onPress = shallow(