bootstrap/js/tests/unit
Nikon the Third e8f08d1802
Adjust regex `SAFE_URL_PATTERN` for use with test method of regexes. (#33136)
The test method on regexes behaves different than the match method on strings in the presence of the global modifier.
Add a unit test for sanitizing the same template twice.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-19 10:24:53 +02:00
..
dom Remove `SelectorEngine.matches()`. (#32339) 2020-12-07 19:10:20 +02:00
util Adjust regex `SAFE_URL_PATTERN` for use with test method of regexes. (#33136) 2021-02-19 10:24:53 +02:00
.eslintrc.json Minor ESLint rules cleanup (#32904) 2021-01-28 11:34:20 +02:00
alert.spec.js Add tests for `DATA_KEY` (#33090) 2021-02-16 08:58:08 +02:00
button.spec.js Add tests for `DATA_KEY` (#33090) 2021-02-16 08:58:08 +02:00
carousel.spec.js Add tests for `DATA_KEY` (#33090) 2021-02-16 08:58:08 +02:00
collapse.spec.js Add tests for `DATA_KEY` (#33090) 2021-02-16 08:58:08 +02:00
dropdown.spec.js Add tests for `DATA_KEY` (#33090) 2021-02-16 08:58:08 +02:00
jquery.spec.js tests: replace deprecated jQuery method (#32309) 2020-12-16 17:21:43 +02:00
modal.spec.js Add tests for `DATA_KEY` (#33090) 2021-02-16 08:58:08 +02:00
popover.spec.js Throw a `TypeError` instead of the generic `Error` (#32585) 2021-01-13 22:13:30 +02:00
scrollspy.spec.js Add tests for `DATA_KEY` (#33090) 2021-02-16 08:58:08 +02:00
tab.spec.js Dynamic tabs: use buttons rather than links (#32630) 2021-02-09 07:23:45 +02:00
toast.spec.js Add tests for `DATA_KEY` (#33090) 2021-02-16 08:58:08 +02:00
tooltip.spec.js Fix event handler removal in dropdown/carousel dispose (#33000) 2021-02-12 07:51:34 +02:00