Skip to content

Commit

Permalink
test: testt fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaluh committed Mar 28, 2024
1 parent 03ce848 commit ee68b6a
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 993 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"axios": "^1.6.0",
"electron-packager": "^17.1.2",
"electron-process": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 1 addition & 5 deletions src/tests/App.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@ import { BrowserRouter as Router } from "react-router-dom";
import App from "../App";

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

0 comments on commit ee68b6a

Please sign in to comment.