budibase/jestTestcontainersConfigGen...

10 lines
186 B
JavaScript
Raw Normal View History

module.exports = () => {
2023-01-24 12:02:58 +01:00
return {
dockerCompose: {
composeFilePath: "../../hosting",
composeFile: "docker-compose.test.yaml",
startupTimeout: 10000,
},
2023-01-24 12:02:58 +01:00
}
}