Skip to content

Commit

Permalink
fixup! fix(core): add a cap on total search paths extracted per root-…
Browse files Browse the repository at this point in the history
…level object
  • Loading branch information
robinpyon committed Jun 23, 2023
1 parent 9ddc16b commit 436bc4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ describe('searchConfig.resolve', () => {
title: 'cover.0.card.0.title',
subtitle: 'singleField',
description: 'nested.field',
// @ts-expect-error test-specific: ignored isn't a valid key
ignored: 'anyField',
},
},
Expand Down

0 comments on commit 436bc4b

Please sign in to comment.