refactor(medusa): move repository specs into its own folder (#2952)
**What:** Introduces a new folder under which repository specs will be placed. Why: We don't currently have a good place to test ORM logic or custom queries against the database. The repository folder tests are a place for just exactly that. How: Creates an internal package similar to other integration tests - api and plugins. CORE-965
This commit is contained in:
15
yarn.lock
15
yarn.lock
@@ -19517,6 +19517,21 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"integration-tests-repositories@workspace:integration-tests/repositories":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "integration-tests-repositories@workspace:integration-tests/repositories"
|
||||
dependencies:
|
||||
"@babel/cli": ^7.12.10
|
||||
"@babel/core": ^7.12.10
|
||||
"@babel/node": ^7.12.10
|
||||
"@medusajs/medusa": "*"
|
||||
babel-preset-medusa-package: "*"
|
||||
jest: ^26.6.3
|
||||
medusa-interfaces: "*"
|
||||
typeorm: ^0.2.31
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"internal-slot@npm:^1.0.3":
|
||||
version: 1.0.3
|
||||
resolution: "internal-slot@npm:1.0.3"
|
||||
|
||||
Reference in New Issue
Block a user