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 4a8613a commit 74ef381Copy full SHA for 74ef381
server/__mocks__/strapi.js
@@ -39,7 +39,10 @@ function createStrapiMock({
39
ApiKeyIsFromConfigFile: true,
40
HostIsFromConfigFile: true,
41
}),
42
- getIndexedContentTypes: () => ['api::restaurant.restaurant', 'api::about.about'],
+ getIndexedContentTypes: () => [
43
+ 'api::restaurant.restaurant',
44
+ 'api::about.about',
45
+ ],
46
actionInBatches: mockActionInBatches,
47
addIndexedContentType: mockAddIndexedContentType,
48
subscribeContentType: () => {
0 commit comments