fix(integration-tests): Add missing deps + timeout to repos test (#5506)

This commit is contained in:
Oli Juhl
2023-10-31 12:18:55 +01:00
committed by GitHub
parent 2057d3b247
commit 65639cb8c1
3 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
"test:integration": "jest --silent=false --runInBand --bail --detectOpenHandles --forceExit"
},
"dependencies": {
"@medusajs/cache-inmemory": "workspace:*",
"@medusajs/event-bus-local": "workspace:*",
"@medusajs/medusa": "workspace:*",
"medusa-interfaces": "workspace:*",
"pg": "^8.11.0",