Skip to content

Commit

Permalink
readme: update readme to reflect new testing functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
kweeuhree committed Jan 2, 2025
1 parent fc1f005 commit cb017ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Main package contains main point of entry, routes and middleware.

## 🚀 Testing

Go's built-in `testing` package is used for testing the utility functions that are responsible for calculating receipt points. Test cases are organized into tables for better readability and maintainability.
Go's built-in `testing` package is used for testing the utility functions that are responsible for calculating receipt points, as well as routes, middleware and helper functions. Test cases are organized into tables for better readability and maintainability.

### Run the Tests

Expand Down

0 comments on commit cb017ac

Please sign in to comment.