David Minaya

Results 3 comments of David Minaya

@Hiroki111 You should store the connection in a global variable in the `globalSetup` function and use it to stop the database in the `globalTeardown`: *globalSetup* ```js export default async ()...