Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ My personal go-to boilerplate for most frontend projects using the React Library
<td>for client-side routing.</td>
</tr>
<tr>
<td>Vitest + React Testing Library</td>
<td>for testing UI components</td>
<td>Vitest + React Testing Library + MSW</td>
<td>for testing UI components and mocking Rest APIs</td>
</tr>
</tr>
<tr>
Expand Down
Loading