1
0
Fork 0
mirror of synced 2024-09-12 07:27:20 +12:00
budibase/hosting/tests/jest-testcontainers-config.js

12 lines
212 B
JavaScript

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