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 files for all entrypoints #90

Closed KyleJune closed 3 months ago

KyleJune commented 3 months ago

I don't yet have test coverage for everything, but the lack of test files importing each file results in it looking like coverage is better than it actually is. The coverage report only takes into account the files imported into tests. I don't want to mislead anyone, so I plan on adding a test file for every typescript file present in this repository.

https://app.codecov.io/gh/udibo/react-app/tree/main/ image