1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/jest-testcontainers-config.js
2023-01-23 16:53:34 +00:00

16 lines
314 B
JavaScript

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