aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/util.js
AgeCommit message (Expand)AuthorFilesLines
2020-09-10Comply to the new rulesXhmikosR1-2/+2
2020-05-12Minor lint tweaks and rules cleanupXhmikosR1-1/+0
2020-05-12tests: switch to strictEqual/notStrictEqualXhmikosR1-4/+4
2020-03-31Backport (#30383)Johann-S1-0/+20
2019-03-08fix jquery detectionJohann-S1-0/+5
2018-12-23getSelectorFromElement return null on bad selectors (#27912)Johann-S1-7/+6
2018-12-06avoid console call in our unit tests (#27790)Johann-S1-1/+0
2018-12-05Allow Tooltips/Popovers to work in shadow DOMJohann-S1-0/+38
2018-10-30Fix util tests on IE 10 (#27556)XhmikosR1-2/+2
2018-10-30Prevent the background to be shown when transitioningMartijn Cuppens1-0/+10
2018-09-13throw error when folks try to use a bad selectorJohann-S1-0/+13
2018-08-31add information about valid selectors (#27137)Johann-S1-25/+0
2018-08-12fix(util): use querySelector for idsJohann-S1-0/+13
2018-08-07fix(util): use getElementById when it's possibleJohann-S1-0/+12
2018-05-22chore(deps): update qunit and karma-qunitJohann-S1-1/+5
2018-03-29fix bundle and run test against itJohann-S1-0/+2
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S1-0/+5
2018-03-13fix get the transition duration parentJohann-S1-14/+5
2018-03-13Variable transition durations (#25662)Martijn Cuppens1-0/+44
2018-01-21Remove escaping selector and add a warning to inform folks to escape their se...Johann-S1-13/+1
2018-01-11Comply to the new rules.XhmikosR1-7/+7
2017-11-07Escape ID in Util.getSelectorFromElement (#24700)Johann-S1-1/+14
2017-10-25Add unit tests for util.jsJohann-S1-0/+57
2017-10-24Change Rollup config to wrap our dist files with jQuery instead of $Johann-S1-19/+0
2017-10-23Add `Util.jQuery` which will detect jQuery instead of relying on global `$` (...Johann-S1-0/+19