1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00
budibase/jestTestcontainersConfigGenerator.js

13 lines
224 B
JavaScript
Raw Normal View History

module.exports = env => ({
devEnv: {
2023-01-23 23:45:59 +13:00
image: "budibase/dependencies",
tag: "latest",
ports: [6379, 5984, 9000],
env,
wait: {
type: "text",
text: "Test environment started...",
},
},
})