udibo / react-app

A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
https://udibo-react-app.deno.dev/
MIT License
14 stars 2 forks source link

Add test coverage for all routes in the example #78

Open KyleJune opened 1 month ago

KyleJune commented 1 month ago

Depends on: https://github.com/udibo/react_app/issues/77

After there are test utilities for testing UI routes, add test coverage for all the example routes so that users can see best practices for testing their application. This will also help with identifying issues or difficulties with testing that could be fixed or improved to provide a better developer experience.