Skip to content

Commit

Permalink
test: fix more broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 16, 2024
1 parent 47c16ac commit 87810fb
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 640 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ILockingModule } from "@medusajs/framework/types"
import { Modules } from "@medusajs/framework/utils"
import { Modules, promiseAll } from "@medusajs/framework/utils"
import { moduleIntegrationTestRunner } from "@medusajs/test-utils"
import { setTimeout } from "node:timers/promises"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ILockingModule } from "@medusajs/framework/types"
import { Modules, promiseAll } from "@medusajs/framework/utils"
import { moduleIntegrationTestRunner } from "medusa-test-utils"
import { moduleIntegrationTestRunner } from "@medusajs/test-utils"
import { setTimeout } from "node:timers/promises"

jest.setTimeout(5000)
Expand Down
Loading

0 comments on commit 87810fb

Please sign in to comment.