@@ -45,7 +45,6 @@ describe('Instant MeiliSearch Browser test', () => {
45
45
query : '' ,
46
46
aroundRadius : 100000 ,
47
47
aroundLatLng : '50.83094249790228, 4.368630010322772' ,
48
- // @ts -expect-error connector uses strings
49
48
insideBoundingBox :
50
49
'50.680720183653065, 3.273798366642514,50.55969330590075, 2.9625244444490253' ,
51
50
} ,
@@ -62,7 +61,6 @@ describe('Instant MeiliSearch Browser test', () => {
62
61
indexName : 'geotest' ,
63
62
params : {
64
63
query : '' ,
65
- // @ts -expect-error connector uses strings
66
64
insideBoundingBox :
67
65
'51.29613859469906, 4.911139116616028,50.42574330144633, 3.9566714733443122' ,
68
66
} ,
@@ -80,7 +78,6 @@ describe('Instant MeiliSearch Browser test', () => {
80
78
params : {
81
79
query : '' ,
82
80
aroundRadius : 1 ,
83
- // @ts -expect-error connector uses strings
84
81
insideBoundingBox :
85
82
'51.29613859469906, 4.911139116616028,50.42574330144633, 3.9566714733443122' ,
86
83
} ,
@@ -98,7 +95,6 @@ describe('Instant MeiliSearch Browser test', () => {
98
95
params : {
99
96
query : '' ,
100
97
aroundLatLng : '50.22326791296595, 2.7681166283566405' ,
101
- // @ts -expect-error connector uses strings
102
98
insideBoundingBox :
103
99
'51.29613859469906, 4.911139116616028,50.42574330144633, 3.9566714733443122' ,
104
100
} ,
0 commit comments