1
0
Fork 0
mirror of synced 2024-09-11 15:08:05 +12:00
budibase/jestTestcontainersConfigGenerator.js

10 lines
186 B
JavaScript
Raw Normal View History

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