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 93812d5 commit ea482aaCopy full SHA for ea482aa
packages/instant-meilisearch/__tests__/sort.test.ts
@@ -66,14 +66,12 @@ describe('Sort browser test', () => {
66
test('split one sorting rule', () => {
67
const sortRules = splitSortString('_geoPoint(37.8153, -122.4784):asc')
68
69
- console.log()
70
expect(sortRules).toEqual(['_geoPoint(37.8153, -122.4784):asc'])
71
})
72
73
test.only('split no sorting rule', () => {
74
const sortRules = splitSortString('')
75
76
77
expect(sortRules).toEqual([])
78
79
0 commit comments