Skip to content

Commit 88ba391

Browse files
committed
Update tests
1 parent 7188f3b commit 88ba391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import instantMeiliSearch from '../src/index'
22

33
test('Should test if instantMeiliSearch Client is created correctly', () => {
44
const client = instantMeiliSearch('http://localhost:7700', 'masterKey')
5-
expect(client.attributesToHighlight).toBe('*')
5+
expect(client.attributesToHighlight).toBe(['*'])
66
})

0 commit comments

Comments
 (0)