Hey all!
What’s the current story with testing that relies on use of the db e.g. Seeding/Migrating within tests to ensure there is data for tests?
I couldn’t find any examples after some googling and was having some trouble finding the right setup commands to
- Setup a fresh in memory instance
- Connect to it from a test
- Run migrations
- Seed with a sql file
Is this supported atm? Or future work.