Skip to content

Commit

Permalink
move fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Feb 23, 2024
1 parent f43e4a4 commit 5ee2b20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/dal/mikro-orm/__tests__/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
Entity2,
RecursiveEntity1,
RecursiveEntity2,
} from "./__fixtures__/utils"
} from "../__fixtures__/utils"

jest.mock("@mikro-orm/core", () => ({
...jest.requireActual("@mikro-orm/core"),
Expand Down

0 comments on commit 5ee2b20

Please sign in to comment.