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 a456c5e commit f990e64Copy full SHA for f990e64
test/leaflet/overlay/MapVLayerSpec.js
@@ -66,6 +66,7 @@ describe('leaflet_MapVLayer', () => {
66
layer.remove();
67
});
68
afterAll(() => {
69
+ window.devicePixelRatio = 1;
70
document.body.removeChild(testDiv);
71
map.remove();
72
0 commit comments