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 26951a1 commit 9ee0896Copy full SHA for 9ee0896
tests-ui/tests/services/algoliaSearchProvider.test.ts
@@ -5,7 +5,6 @@ import { useAlgoliaSearchProvider } from '@/services/providers/algoliaSearchProv
5
import { SortableAlgoliaField } from '@/workbench/extensions/manager/types/comfyManagerTypes'
6
7
// Mock global Algolia constants
8
-
9
;(global as any).__ALGOLIA_APP_ID__ = 'test-app-id'
10
;(global as any).__ALGOLIA_API_KEY__ = 'test-api-key'
11
0 commit comments