1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00
budibase/packages/server/jest-testcontainers-config.js

9 lines
267 B
JavaScript
Raw Normal View History

const { join } = require("path")
require("dotenv").config({
2023-01-25 00:02:58 +13:00
path: join(__dirname, "..", "..", "hosting", ".env"),
})
const jestTestcontainersConfigGenerator = require("../../jestTestcontainersConfigGenerator")
module.exports = jestTestcontainersConfigGenerator()