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 9690499 commit 58499a5Copy full SHA for 58499a5
src/search-manager/data/api.mock.ts
@@ -1,7 +1,7 @@
1
/* istanbul ignore file */
2
// eslint-disable-next-line import/no-extraneous-dependencies
3
import fetchMock from 'fetch-mock-jest';
4
-import type { MultiSearchResponse, Meilisearch, Filter } from 'meilisearch';
+import type { MultiSearchResponse } from 'meilisearch';
5
import * as api from './api';
6
7
/**
0 commit comments