Skip to content

Commit 74ef381

Browse files
committed
style(mock/strapi.js): fix formatting issue
1 parent 4a8613a commit 74ef381

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server/__mocks__/strapi.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ function createStrapiMock({
3939
ApiKeyIsFromConfigFile: true,
4040
HostIsFromConfigFile: true,
4141
}),
42-
getIndexedContentTypes: () => ['api::restaurant.restaurant', 'api::about.about'],
42+
getIndexedContentTypes: () => [
43+
'api::restaurant.restaurant',
44+
'api::about.about',
45+
],
4346
actionInBatches: mockActionInBatches,
4447
addIndexedContentType: mockAddIndexedContentType,
4548
subscribeContentType: () => {

0 commit comments

Comments
 (0)