* Stop using npm run migrate:reset in tests
* Begin moving other existing fixtures to factories
* Update cypress/support/index.ts
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
* Clean up usage of _.sample
* Rename files
* Remove incomplete building of associations
* Add missing references to calendarEvent
* Remove inaccurate seeds
* Add explicit lodash devDependency
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
* Add fishery for factory creation
* Refactor existing seed file
* Create a UserFactory to seed user data
* Make fishery a devDependency
* Prefer const over let
* Eliminate the dropAllData method
* Move factory files to prisma/factories
* Update UserFactory to return valid discordAvatar value