1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
budibase/hosting/dependencies/jest-testcontainers-config.js
2023-01-23 10:05:16 +00:00

13 lines
212 B
JavaScript

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