Closed oliveiosello closed 2 years ago
Currently, migrate migrations is running before each test. It might be useful if there were a variant which used something like beforeAll so that the migrations are run only once instead of per test.
I'll give this a go, Scott!
Currently, migrate migrations is running before each test. It might be useful if there were a variant which used something like beforeAll so that the migrations are run only once instead of per test.