Chore/integration tests modules utils (#6581)
new wrapper for medusa integration tests. for now it is only applied to the modules directory, but it could be used in the api integration tests or any other integrations that requires a db and a server up and running. It is not perfect, but I wanted to have something working and centralised before improving it, also avoiding too many conflicts with other prs
This commit is contained in:
committed by
GitHub
parent
a6736c7ee0
commit
51bb6f1e89
27
yarn.lock
27
yarn.lock
@@ -8914,7 +8914,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/types@^1.10.0, @medusajs/types@^1.11.11, @medusajs/types@^1.11.12, @medusajs/types@^1.11.13, @medusajs/types@^1.11.6, @medusajs/types@^1.11.8, @medusajs/types@^1.11.9, @medusajs/types@^1.8.10, @medusajs/types@workspace:^, @medusajs/types@workspace:packages/types":
|
||||
"@medusajs/types@^1.1.41, @medusajs/types@^1.10.0, @medusajs/types@^1.11.11, @medusajs/types@^1.11.12, @medusajs/types@^1.11.13, @medusajs/types@^1.11.6, @medusajs/types@^1.11.8, @medusajs/types@^1.11.9, @medusajs/types@^1.8.10, @medusajs/types@workspace:^, @medusajs/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/types@workspace:packages/types"
|
||||
dependencies:
|
||||
@@ -31811,6 +31811,7 @@ __metadata:
|
||||
medusa-fulfillment-webshipper: "workspace:*"
|
||||
medusa-interfaces: "workspace:*"
|
||||
medusa-plugin-sendgrid: "workspace:*"
|
||||
medusa-test-utils: "workspace:*"
|
||||
pg: ^8.11.0
|
||||
typeorm: ^0.3.16
|
||||
languageName: unknown
|
||||
@@ -38296,21 +38297,41 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"medusa-test-utils@^1.1.40, medusa-test-utils@^1.1.41, medusa-test-utils@workspace:^, medusa-test-utils@workspace:packages/medusa-test-utils":
|
||||
"medusa-test-utils@^1.1.40, medusa-test-utils@^1.1.41, medusa-test-utils@workspace:*, medusa-test-utils@workspace:^, medusa-test-utils@workspace:packages/medusa-test-utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "medusa-test-utils@workspace:packages/medusa-test-utils"
|
||||
dependencies:
|
||||
"@medusajs/modules-sdk": ^1.12.6
|
||||
"@medusajs/types": ^1.1.41
|
||||
"@medusajs/utils": ^1.1.41
|
||||
"@mikro-orm/migrations": 5.9.7
|
||||
"@mikro-orm/postgresql": 5.9.7
|
||||
cross-env: ^5.2.1
|
||||
jest: ^25.5.4
|
||||
medusa-core-utils: ^1.2.1
|
||||
pg-god: ^1.0.12
|
||||
randomatic: ^3.1.1
|
||||
rimraf: ^3.0.2
|
||||
typescript: ^5.1.6
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": ">1.19"
|
||||
axios: ^0.28.0
|
||||
express: ^4.18.3
|
||||
get-port: ^5.1.0
|
||||
pg-god: ^1.0.12
|
||||
typeorm: ^0.2.43
|
||||
peerDependenciesMeta:
|
||||
"@medusajs/medusa":
|
||||
optional: true
|
||||
axios:
|
||||
optional: true
|
||||
express:
|
||||
optional: true
|
||||
get-port:
|
||||
optional: true
|
||||
pg-god:
|
||||
optional: true
|
||||
typeorm:
|
||||
optional: true
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
||||
Reference in New Issue
Block a user