I made this test-structure:
describe("outer", ()=>{ beforeAll(()=>{ initDb() }) beforeEach(()=>{ resetConnection() }) after