Skip to content

Commit ea482aa

Browse files
authored
remove console logs
1 parent 93812d5 commit ea482aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/instant-meilisearch/__tests__/sort.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,12 @@ describe('Sort browser test', () => {
6666
test('split one sorting rule', () => {
6767
const sortRules = splitSortString('_geoPoint(37.8153, -122.4784):asc')
6868

69-
console.log()
7069
expect(sortRules).toEqual(['_geoPoint(37.8153, -122.4784):asc'])
7170
})
7271

7372
test.only('split no sorting rule', () => {
7473
const sortRules = splitSortString('')
7574

76-
console.log()
7775
expect(sortRules).toEqual([])
7876
})
7977
})

0 commit comments

Comments
 (0)