1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +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 {
2023-01-31 07:15:29 +13:00
dockerCompose: {
composeFilePath: "../../hosting",
composeFile: "docker-compose.test.yaml",
startupTimeout: 10000,
},
2023-01-25 00:02:58 +13:00
}
}