| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-05-11 | Remove potential false positive assertions (#33288) | Ben Lertlumprasertkul | 1 | -1/+1 | |
| * Remove potential false positive assertions querySelector() returns null but expect(document.querySelector('...')).toBeDefined() tests that the value is not undefined * Migrated assertions from .toBeDefined() to .not.toBeNull() for .getInstance() calls in tests * Migrate offcanvas assertions from .toBeDefined() to .not.toBeNull() for .getInstance() call * convert more cases to not.toBeNull assertions Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 1 | -1/+1 | |
| 2020-06-16 | Fix a broken link and a redirect. (#31045) | XhmikosR | 1 | -1/+1 | |
| 2020-05-18 | Fix some easy Markdown linting issues | Mark Otto | 1 | -6/+6 | |
| - Always use dashes for bullets - Add some basic alt text for our readme OC sponsors | |||||
| 2020-05-06 | tests: streamline HTML end tags (#30648) | XhmikosR | 1 | -1/+1 | |
| 2019-10-09 | Rename "js/tests/units" to "js/tests/unit". (#29503) | XhmikosR | 1 | -2/+2 | |
| 2019-10-03 | return to the original file structure to avoid breaking modularity | Johann-S | 1 | -3/+3 | |
| 2019-07-29 | remove underscore for static methods | Johann-S | 1 | -3/+3 | |
| 2019-07-23 | Switch from QUnit to Jasmine. | Johann-S | 1 | -37/+39 | |
| 2018-09-14 | Use https in more places and fix a few redirects. | XhmikosR | 1 | -1/+1 | |
| 2018-04-02 | Use https when possible. | XhmikosR | 1 | -1/+1 | |
| 2018-03-13 | Add Sinon to do better unit test | Johann-S | 1 | -5/+9 | |
| 2018-03-06 | Add a bit of documentation on how to run the code coverage (#25783) | Johann-S | 1 | -5/+9 | |
| 2017-11-29 | Update README.md (#24912) | Johann-S | 1 | -1/+1 | |
| 2017-10-07 | Update js/tests/README.md (#24281) | Vasilii Artemchuk | 1 | -4/+4 | |
| 2017-04-21 | More minor build tweaks and docs updates. | Bardi Harborow | 1 | -2/+2 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 1 | -3/+3 | |
| 2015-03-06 | [Fixes #15951] Document JS test suite basics | Kevin Kirsche | 1 | -0/+61 | |
| X-Ref: #15953 Closes #15952 by merging a tweaked version of it. [skip sauce] [skip validator] | |||||
