1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00
budibase/packages/worker/jest-testcontainers-config.js

9 lines
294 B
JavaScript
Raw Normal View History

2023-01-28 06:59:14 +13:00
const { join } = require("path")
const { parsed: env } = require("dotenv").config({
path: join(__dirname, "..", "..", "hosting", ".env"),
})
const jestTestcontainersConfigGenerator = require("../../jestTestcontainersConfigGenerator")
module.exports = jestTestcontainersConfigGenerator(env)