You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of `v1.13.0`, plotly.js includes a [`mapbox-gl`](https://github.com/mapbox/mapbox-gl-js) integration. Creating `mapbox-gl` graphs requires an
50
-
[`accessToken`](https://www.mapbox.com/help/define-access-token/). To make sure
51
-
that the plotly.js test suites and devtools work properly, locate your Mapbox access
52
-
token and run:
47
+
#### Step 2: Setup test environment
53
48
54
49
```bash
55
-
export MAPBOX_ACCESS_TOKEN="<your access token>"&&npm run pretest
0 commit comments