We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f918f commit 83685ffCopy full SHA for 83685ff
server/src/__mocks__/strapi.js
@@ -81,6 +81,7 @@ function createStrapiMock({
81
return {
82
findMany: mockFindMany,
83
findOne: mockFindOne,
84
+ count: mockFindWithCount,
85
}
86
})
87
0 commit comments