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
@@ -90,14 +90,14 @@ Three additional helpers exist that are refreshed every second:
90
90
There is also a search bar in the top right of the dashboard. This fuzzy-searches
91
91
image mocks based on their file name and trace type.
92
92
93
-
**Other npm scripts**:
93
+
##### Other npm scripts
94
94
95
95
-`npm run preprocess`: pre-processes the css and svg source file in js. This
96
96
script must be run manually when updating the css and svg source files.
97
97
-`npm run watch`: starts a watchify file watcher just like the test dashboard but
98
98
without booting up a server.
99
99
100
-
###Testing
100
+
## Testing
101
101
102
102
Both jasmine and image tests are run on
103
103
[CircleCI](https://circleci.com/gh/plotly/plotly.js) on every push to this
@@ -126,7 +126,7 @@ which shows the baseline image, the generated image, the diff and the json mocks
126
126
To view the results of a run on CircleCI, download the `build/test_images/` and `build/test_images_diff/` artifacts into your local repo and then run `npm run start-image_viewer`.
127
127
128
128
129
-
###Repo organization
129
+
## Repo organization
130
130
131
131
- Distributed files are in `dist/`
132
132
- CommonJS require-able modules are in `lib/`
@@ -138,7 +138,7 @@ To view the results of a run on CircleCI, download the `build/test_images/` and
138
138
- Non-distributed, built files are in `build/` (most files in here are git-ignored, the css and font built files are exceptions)
0 commit comments