@@ -45,7 +45,6 @@ describe('Instant MeiliSearch Browser test', () => {
4545 query : '' ,
4646 aroundRadius : 100000 ,
4747 aroundLatLng : '50.83094249790228, 4.368630010322772' ,
48- // @ts -expect-error connector uses strings
4948 insideBoundingBox :
5049 '50.680720183653065, 3.273798366642514,50.55969330590075, 2.9625244444490253' ,
5150 } ,
@@ -62,7 +61,6 @@ describe('Instant MeiliSearch Browser test', () => {
6261 indexName : 'geotest' ,
6362 params : {
6463 query : '' ,
65- // @ts -expect-error connector uses strings
6664 insideBoundingBox :
6765 '51.29613859469906, 4.911139116616028,50.42574330144633, 3.9566714733443122' ,
6866 } ,
@@ -80,7 +78,6 @@ describe('Instant MeiliSearch Browser test', () => {
8078 params : {
8179 query : '' ,
8280 aroundRadius : 1 ,
83- // @ts -expect-error connector uses strings
8481 insideBoundingBox :
8582 '51.29613859469906, 4.911139116616028,50.42574330144633, 3.9566714733443122' ,
8683 } ,
@@ -98,7 +95,6 @@ describe('Instant MeiliSearch Browser test', () => {
9895 params : {
9996 query : '' ,
10097 aroundLatLng : '50.22326791296595, 2.7681166283566405' ,
101- // @ts -expect-error connector uses strings
10298 insideBoundingBox :
10399 '51.29613859469906, 4.911139116616028,50.42574330144633, 3.9566714733443122' ,
104100 } ,
0 commit comments