We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569910d commit a0ec7feCopy full SHA for a0ec7fe
test/image/README.md
@@ -65,6 +65,10 @@ npm run pretest
65
**IMPORTANT:** the image tests scripts do **not** bundle the source files before
66
running the image tests. We recommend running `npm run watch` or `npm start` in
67
a separate tab to ensure that the most up-to-date code is used.
68
+Also if you are adding a new mock, you may need to re-run `npm start` or `npm run watch`
69
+to be able to find the new mock in the browser.
70
+To help ensure valid attributes are used in your new mock(s), please run `npm run test-mock`
71
+after adding new mocks or implementing any new attributes.
72
73
##### A: Run image comparison tests
74
0 commit comments