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 fdaa38b commit a29fb7dCopy full SHA for a29fb7d
tests/documents_tests.ts
@@ -1,4 +1,4 @@
1
-import { ErrorStatusCode, EnqueuedUpdate } from '../src/types'
+import { ErrorStatusCode, EnqueuedUpdate, IndexResponse } from '../src/types'
2
import {
3
clearAllIndexes,
4
config,
@@ -437,7 +437,7 @@ describe.each([
437
await client
438
.index('updateUid')
439
.getRawInfo()
440
- .then((response: Types.IndexResponse) => {
+ .then((response: IndexResponse) => {
441
expect(response).toHaveProperty('uid', 'updateUid')
442
expect(response).toHaveProperty('primaryKey', 'unique')
443
})
0 commit comments