Skip to content

Commit

Permalink
test(x-plugin-alias): fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
joseacabaneros committed Jun 11, 2024
1 parent 3b0a30a commit 41d25d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('testing plugin alias', () => {
identifierResults: undefined,
nextQueries: undefined,
popularSearches: undefined,
querySuggestions: undefined,
querySuggestions: 'initial', // It is already registered by the `querySuggestionsXModule` import itself
recommendations: undefined,
relatedTags: undefined,
search: undefined
Expand Down

0 comments on commit 41d25d3

Please sign in to comment.