1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
budibase/hosting/dependencies/jest-testcontainers-config.js

13 lines
212 B
JavaScript
Raw Normal View History

module.exports = {
devEnv: {
image: "budibase/tests",
tag: "latest",
ports: [6379, 5984, 9000],
env: {},
wait: {
type: "text",
text: "Test environment started...",
},
},
}