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
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
tests(integration-tests): Add integration test suite for database options