chore(medusa): Typeorm upgrade to 0.3.11 (#3041)
This commit is contained in:
@@ -470,7 +470,7 @@ describe("/admin/order-edits", () => {
|
||||
withDeleted: true,
|
||||
})
|
||||
|
||||
expect(orderEdit).toBeUndefined()
|
||||
expect(orderEdit).toBeNull()
|
||||
expect(response.status).toEqual(200)
|
||||
expect(response.data).toEqual({
|
||||
id,
|
||||
@@ -534,7 +534,7 @@ describe("/admin/order-edits", () => {
|
||||
withDeleted: true,
|
||||
})
|
||||
|
||||
expect(orderEdit).toBeUndefined()
|
||||
expect(orderEdit).toBeNull()
|
||||
expect(response.status).toEqual(200)
|
||||
expect(response.data).toEqual({
|
||||
id: orderEditId,
|
||||
|
||||
Reference in New Issue
Block a user