chore(integration-tests): Add test for database options (#2707)

**What**
- Add integration test suite for database options
- Expose integration tests DB to additional options
- Add test for `idle_in_transaction_session_timeout`
This commit is contained in:
Oliver Windall Juhl
2023-01-06 13:41:05 +00:00
committed by GitHub
parent 077e4d9606
commit 8ba0addea3
4 changed files with 70 additions and 10 deletions
+6 -9
View File
@@ -1,14 +1,11 @@
export * from "./api"
export * from "./interfaces"
export * from "./types/inventory"
export * from "./types/stock-location"
export * from "./types/common"
export * from "./types/price-list"
export * from "./types/batch-job"
export * from "./types/global"
export * from "./models"
export * from "./services"
export * from "./utils"
export * from "./types/global"
export * from "./types/stock-location"
export * from "./types/batch-job"
export * from "./types/common"
export * from "./types/global"
export * from "./types/inventory"
export * from "./types/price-list"
export * from "./types/stock-location"
export * from "./utils"