Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoM13 committed May 28, 2023
1 parent 2f9e5f8 commit f3924cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _tests_/pages/pokedex.spec.tsx
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ describe('<Pokedex />', () => {
const mockPokemons = [
{ id: 1, name: 'Pikachu' },
{ id: 2, name: 'Charmander' },
// Adicione mais objetos de pokemons mockados, se necessário
];

const mock = new MockAdapter(axios);

0 comments on commit f3924cf

Please sign in to comment.