Skip to content

Commit

Permalink
WebGL 1 для тестов по умолчанию (#29)
Browse files Browse the repository at this point in the history
use webgl1
  • Loading branch information
itanka9 authored Nov 2, 2023
1 parent 4db1bf8 commit 79bd39f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/puppeteer/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export function initBlankMap(page: PuppeteerPage, options?: mapgl.MapOptions) {
key: API_KEY,
styleZoom: MAP_ZOOM,
center: MAP_CENTER,
webglVersion: 1,
...options,
});
}
Expand Down

0 comments on commit 79bd39f

Please sign in to comment.