Integration tests will be incredibly useful to see test that each part of the app talks to each other properly.
Coverage is 69% (as of writing) and anything above 70% is considered "green" right now. If we can get this level up and change the level from 70 to 80 for "green" that would be good.
Testing the minimal API routes would be especially useful.
Even end to end testing with an in-memory database would be useful.
Could also test with a genuine PostgreSQL database to ensure the app behaves as expected.
Integration tests will be incredibly useful to see test that each part of the app talks to each other properly.
Coverage is 69% (as of writing) and anything above 70% is considered "green" right now. If we can get this level up and change the level from 70 to 80 for "green" that would be good.
Testing the minimal API routes would be especially useful.
Even end to end testing with an in-memory database would be useful. Could also test with a genuine PostgreSQL database to ensure the app behaves as expected.