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 d375809 commit ed1f059Copy full SHA for ed1f059
src/ui/map_tests/map_options.test.ts
@@ -21,7 +21,7 @@ describe('mapOptions', () => {
21
});
22
23
test('_maxOverzoomingTileCacheSize: Value can be set via map options', () => {
24
- const map = createMap({_maxOverzoomingTileCacheSize: 1});
+ const map = createMap({maxOverzoomingTileCacheSize: 1});
25
expect(map._maxOverzoomingTileCacheSize).toBe(1);
26
27
0 commit comments