denoland / saaskit

A modern SaaS template built on Fresh.
https://deno.com/saaskit
MIT License
1.21k stars 148 forks source link

chore: adds e2e tests for `POST /api/comments` #555

Closed revgum closed 1 year ago

revgum commented 1 year ago

Adding more e2e coverage for #524

iuioiua commented 1 year ago

Also, yes, it's a good idea to avoid mocking as much as possible, only using it as a last resort, IMO.