Files
medusa-store/integration-tests/globalSetup.js.txt
Riqwan Thamir 0573bb924a chore: Remove typeORM (#9005)
* chore: rename js files to txt

* chore: rename ts files to txt

* chore: delete environment helpers

* chore: convert global setup & teardown to txt

* chore: rename helper js/ts files to txt

* chore: rename seeder js/ts files to txt

* chore: remove typeorm

* chore: reintroduce used helpers
2024-09-05 15:45:30 +02:00

7 lines
194 B
Plaintext

const dbFactory = require("./environment-helpers/use-template-db")
const path = require("path")
module.exports = async () => {
await dbFactory.createTemplateDb_({ cwd: path.resolve(".") })
}