Skip to content

Commit

Permalink
Feature/add tests (#6)
Browse files Browse the repository at this point in the history
* add unit tests and testing dependencies

* test - Add tests for ProjectGrid component functionality and styles

* feat - add vitest/coverage-v8 for test coverage support

* test - add unit tests for App component functionality

* test - add new unit tests for the App component
  • Loading branch information
guibranco authored Nov 22, 2024
1 parent 5c34e45 commit 4d238b6
Show file tree
Hide file tree
Showing 14 changed files with 2,257 additions and 861 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# Coverage results
/coverage/**
Loading

0 comments on commit 4d238b6

Please sign in to comment.