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 0093cda commit 0df8f4bCopy full SHA for 0df8f4b
packages/autocomplete-client/src/search/__tests__/fetchMeilisearchResults.test.ts
@@ -4,11 +4,10 @@ import {
4
MOVIES,
5
meilisearchClient,
6
} from '../../../__tests__/test.utils'
7
-import { HIGHLIGHT_PRE_TAG, HIGHLIGHT_POST_TAG } from '../../constants'
8
9
type Movie = (typeof MOVIES)[number]
10
11
-const INDEX_NAME = 'movies'
+const INDEX_NAME = 'movies_fetch-meilisearch-results-test'
12
const FIRST_ITEM_ID = MOVIES[0].id
13
const SECOND_ITEM_ID = MOVIES[1].id
14
0 commit comments