Skip to content

Commit d74b2bd

Browse files
committed
missing new dep for test utils
1 parent 64bb31f commit d74b2bd

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

packages/medusa-test-utils/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"author": "Medusa",
2626
"license": "MIT",
2727
"devDependencies": {
28+
"@medusajs/core-flows": "2.12.1",
2829
"@medusajs/framework": "2.12.1"
2930
},
3031
"dependencies": {
@@ -35,10 +36,14 @@
3536
"ulid": "^2.3.0"
3637
},
3738
"peerDependencies": {
39+
"@medusajs/core-flows": "2.12.1",
3840
"@medusajs/framework": "2.12.1",
3941
"@medusajs/medusa": "2.12.1"
4042
},
4143
"peerDependenciesMeta": {
44+
"@medusajs/core-flows": {
45+
"optional": true
46+
},
4247
"@medusajs/medusa": {
4348
"optional": true
4449
}

packages/medusa-test-utils/src/medusa-test-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
} from "./medusa-test-runner-utils"
2222
import { waitWorkflowExecutions } from "./medusa-test-runner-utils/wait-workflow-executions"
2323
import { ulid } from "ulid"
24-
import { createDefaultsWorkflow } from "@medusajs/medusa/core-flows"
24+
import { createDefaultsWorkflow } from "@medusajs/core-flows"
2525

2626
export interface MedusaSuiteOptions {
2727
dbConnection: any // knex instance

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4052,16 +4052,20 @@ __metadata:
40524052
version: 0.0.0-use.local
40534053
resolution: "@medusajs/test-utils@workspace:packages/medusa-test-utils"
40544054
dependencies:
4055+
"@medusajs/core-flows": 2.12.1
40554056
"@medusajs/framework": 2.12.1
40564057
"@types/express": ^4.17.21
40574058
axios: ^1.13.1
40584059
express: ^4.21.0
40594060
get-port: ^5.1.1
40604061
ulid: ^2.3.0
40614062
peerDependencies:
4063+
"@medusajs/core-flows": 2.12.1
40624064
"@medusajs/framework": 2.12.1
40634065
"@medusajs/medusa": 2.12.1
40644066
peerDependenciesMeta:
4067+
"@medusajs/core-flows":
4068+
optional: true
40654069
"@medusajs/medusa":
40664070
optional: true
40674071
languageName: unknown

0 commit comments

Comments
 (0)