Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot
Reference: https://jasmine.github.io/tutorials/async 'DEPRECATION: An asynchronous function called its 'done' callback more than once. This is a bug in the spec, beforeAll, beforeEach, afterAll, or afterEach function in question. This will be treated as an error in a future version. See<https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0#deprecations-due-to-calling-done-multiple-times> for more information.
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR
Use: * toBeNull * toEqual * toBeTrue * toBeFalse * toHaveSize * toHaveClass
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul
* 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 <xhmikosr@gmail.com>
2020-06-16Rename "master" to "main". (#31050)XhmikosR
2020-06-16Fix a broken link and a redirect. (#31045)XhmikosR
2020-05-18Fix some easy Markdown linting issuesMark Otto
- Always use dashes for bullets - Add some basic alt text for our readme OC sponsors
2020-05-06tests: streamline HTML end tags (#30648)XhmikosR
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR
2019-10-03return to the original file structure to avoid breaking modularityJohann-S
2019-07-29remove underscore for static methodsJohann-S
2019-07-23Switch from QUnit to Jasmine.Johann-S
2018-09-14Use https in more places and fix a few redirects.XhmikosR
2018-04-02Use https when possible.XhmikosR
2018-03-13Add Sinon to do better unit testJohann-S
2018-03-06Add a bit of documentation on how to run the code coverage (#25783)Johann-S
2017-11-29Update README.md (#24912)Johann-S
2017-10-07Update js/tests/README.md (#24281)Vasilii Artemchuk
2017-04-21More minor build tweaks and docs updates.Bardi Harborow
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow
2015-03-07[Fixes #15951] Document JS test suite basicsKevin Kirsche
X-Ref: #15953 Closes #15952 by merging a tweaked version of it. [skip sauce] [skip validator]