budibase/jestTestcontainersConfigGen...

10 lines
186 B
JavaScript
Raw Normal View History

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