Skip to content

Commit

Permalink
Update App.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MurilloWolf authored Nov 3, 2021
1 parent f88b371 commit f430759
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/tests/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ import App from '../App';

describe('Test Rick & Morty API', () => {

beforeEach(()=>{
//Fazer o mock do fetch aqui

render(<App/>)
})

test('Verifica se aparece o card com titulo de "Rick Sanchez"', () => {

})
Expand All @@ -15,4 +21,4 @@ describe('Test Rick & Morty API', () => {

})

})
})

0 comments on commit f430759

Please sign in to comment.