blink
blink copied to clipboard
Spin up new DB containers on each test/CI!
With the following configs:
fsync = off
synchronous_commit = off
Plus, ensure the tests are architected in a way where it doesn't need the wipe script in the first place (AND it shouldn't be running its own delete queries!)
Plus, this would allow us to ditch knex-cleaner once and for all if we do this for development environments as well...?