Skip to content

Commit

Permalink
Update App.spec.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored Mar 21, 2024
1 parent 899a83e commit 5b7aa26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/App.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import App from "../App";

test("✅ renderiza o componente App sem erros", () => {
render(
<Router>
<App />
</Router>
);
});

0 comments on commit 5b7aa26

Please sign in to comment.