bootstrap/js/tests/unit
Patrick H. Lauke cc49977038 Fix dropdown unit test (#29037)
swap jQuery's `trigger(...)` with the more verbose native `dispatchEvent(...)`, as the former may not always behave/bubble correctly (observed while trying to write unit tests for keyboard handling of ARIA tab navigation), which may lead to this test passing even though it fails in real usage.
2019-07-14 12:24:27 +03:00
..
dom Rename `eventHandler` and `selectorEngine` files. 2019-05-08 17:26:37 +03:00
util Comply to the new rules. 2019-03-11 17:01:28 +02:00
.eslintrc.json Remove the `unicorn/filename-case` rule suppression. 2019-05-08 17:26:37 +03:00
alert.js Comply to the new rules. 2019-03-11 17:01:28 +02:00
button.js Comply to the new rules. 2019-03-11 17:01:28 +02:00
carousel.js Reset carousel touch delta x to prevent click transformation in swipe (#28558) 2019-03-27 14:37:04 +02:00
collapse.js Comply to the new rules. 2019-03-11 17:01:28 +02:00
dropdown.js Fix dropdown unit test (#29037) 2019-07-14 12:24:27 +03:00
modal.js fix unit tests for chrome mobile 2019-04-15 13:48:27 +02:00
popover.js Comply to the new rules. 2019-03-11 17:01:28 +02:00
scrollspy.js fix unit tests for chrome mobile 2019-04-15 13:48:27 +02:00
tab.js Comply to the new rules. 2019-03-11 17:01:28 +02:00
tests-polyfills.js Add back support for IE 11 2019-03-18 01:11:05 +02:00
toast.js toast should allow prevent default for hide and show events 2019-05-16 13:24:29 +02:00
tooltip.js Comply to the new rules. 2019-03-11 17:01:28 +02:00