Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test-prepare seems to be unneeded and potentially harmful imo: * the tests run fine without it, as `mix test` runs pending migrations * reset also runs setup which runs the seeds which shouldn't be in the test DB env unless we want to use them as fixtures but then it'd probably better to separate dev seeds from test fixtures So, I have it all running locally without ever running it 👍
- Loading branch information