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
* Update jest.config.js
Add option script to run unit tests only, or all tests.
The former is to be able to easily an quickly run unit tests
without having to wait for integration tests.
When all tests are run, Jest will fail upon the first failed test to
avoid running unnecessary and costly integration tests.
Also updated the Contributing Guidelines and CI configuration
accordingly.
* Run unit tests before pushing
* Add test suite for color-scheme.js
* Add test suite for copy.js
* Add test suite for ordering.js
* Add test suite for storage.js
* Add test suite for search.js
* Unskip tests in utils.js suite
* Reduce load time of color-scheme.js without storage
This change achieves two things:
- Not store anything if nothing is stored yet
- Don't do anything if stored value matches the default
* Reduce load time of ordering.js without storage
This change achieves two things:
- Not store anything if nothing is stored yet
- Don't do anything if stored value matches the default
span #[a(href="https://github.com/simple-icons/simple-icons/discussions/4865"rel="noopener") Share your opinion of the redesign on GitHub] or #[a(href="https://simpleicons.org/"rel="noopener") Go to the old design]
33
33
span(class="banner__hide") Hide this message #[button(id="hide-feedback-banner-once"disabled) Once] or #[button(id="hide-feedback-banner"disabled) Always]
0 commit comments