We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1c033 commit efba97dCopy full SHA for efba97d
src/components/__tests__/map.test.js
@@ -38,7 +38,7 @@ describe("Map", () => {
38
expect(mapbox.Map).toHaveBeenCalledWith({
39
container,
40
cooperativeGestures: false,
41
- style: `mapbox://styles/mapbox/satellite-streets-v11/`,
+ style: `mapbox://styles/covid-nasa/cm7etyf7t003s01qpfq8kec7y`,
42
zoom: 1,
43
center: [0, 0],
44
})
0 commit comments