Skip to content

Commit

Permalink
Remove void test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanolkies committed Oct 25, 2021
1 parent b6a269d commit 5da5e1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/screens/receive/ReceiveScreen.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ describe('ReceiveScreen', () => {
},
}

it('remove', () => {
expect(true).toBe(true)
})

it('renders', async () => {
const { getAllByText, rerender } = render(<ReceiveScreen route={route} />)

Expand Down

0 comments on commit 5da5e1e

Please sign in to comment.