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 e8d8354 commit e8e7bceCopy full SHA for e8e7bce
src/__tests__/indexes.ts
@@ -160,10 +160,12 @@ test('get-index-primary-key', async () => {
160
})
161
162
test('updates', async () => {
163
- await expect(meili.Index(index.uid).getUpdateStatus(0)).resolves.toHaveProperty(
164
- 'status'
165
- )
166
- await expect(meili.Index(index.uid).getAllUpdateStatus()).resolves.toHaveLength(2)
+ await expect(
+ meili.Index(index.uid).getUpdateStatus(0)
+ ).resolves.toHaveProperty('status')
167
+ meili.Index(index.uid).getAllUpdateStatus()
168
+ ).resolves.toHaveLength(2)
169
170
171
test('get-document', async () => {
0 commit comments