epicweb-dev / epic-stack

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
https://www.epicweb.dev/epic-stack
MIT License
4.47k stars 368 forks source link

Revert "Save Role seeds between integration tests (#834)" #848

Closed devneill closed 1 month ago

devneill commented 1 month ago

This reverts commit 98702a65d6f89da3ab567b0ce424d523481d7d9f.

The reason for this revert is because the setup() function called from the afterEach() does not actually clear the database between test runs.

You can see more context in #834