Lint
This commit is contained in:
parent
4a0f00f2a4
commit
18ace123dc
13 changed files with 59 additions and 33 deletions
|
|
@ -29,8 +29,9 @@ describe('map utilities', () => {
|
|||
expect(zoomToResolution(6.9)).toBe(5);
|
||||
expect(zoomToResolution(7)).toBe(6);
|
||||
expect(zoomToResolution(10.6)).toBe(8);
|
||||
expect(zoomToResolution(14)).toBe(8);
|
||||
expect(SMALLEST_VISIBLE_HEXAGON_RESOLUTION).toBe(8);
|
||||
expect(zoomToResolution(12)).toBe(9);
|
||||
expect(zoomToResolution(14)).toBe(9);
|
||||
expect(SMALLEST_VISIBLE_HEXAGON_RESOLUTION).toBe(9);
|
||||
});
|
||||
|
||||
it('computes exact viewport bounds by default', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue