chore: parallelize integration tests and use template dbs (#907)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const dbFactory = require("./helpers/use-template-db")
|
||||
|
||||
module.exports = async () => {
|
||||
await dbFactory.createTemplateDb_()
|
||||
}
|
||||
Reference in New Issue
Block a user