Skip to content

Commit

Permalink
fix mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
foyarash committed Feb 5, 2025
1 parent 68744bc commit 3e12450
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/next-admin/src/tests/prismaUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe("getMappedDataList", () => {
rate: new Decimal(5),
order: 0,
tags: [],
images: [],
},
{
id: 2,
Expand All @@ -27,6 +28,7 @@ describe("getMappedDataList", () => {
rate: new Decimal(5),
order: 1,
tags: [],
images: [],
},
];

Expand Down Expand Up @@ -64,6 +66,7 @@ describe("optionsFromResource", () => {
rate: new Decimal(5),
order: 0,
tags: [],
images: [],
},
{
id: 2,
Expand All @@ -75,6 +78,7 @@ describe("optionsFromResource", () => {
rate: new Decimal(5),
order: 1,
tags: [],
images: [],
},
];

Expand Down

0 comments on commit 3e12450

Please sign in to comment.