aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/scrollspy.js
AgeCommit message (Expand)AuthorFilesLines
2020-09-10Comply to the new rulesXhmikosR1-2/+2
2020-05-12scrollspy.js add more testsXhmikosR1-0/+137
2020-05-07enforce element check on scrollspy targetJohann-S1-1/+1
2020-04-17Fix tests for jQuery v3.5.0.XhmikosR1-9/+9
2019-04-29fix unit tests for chrome mobileJohann-S1-4/+12
2018-05-22chore(deps): update qunit and karma-qunitJohann-S1-0/+1
2018-01-11Comply to the new rules.XhmikosR1-256/+324
2017-09-17fix(scrollspy): Spying on nested navs fails to activate for .nav-link's insid...Troy Morehouse1-0/+41
2017-08-23Tweak ESLint rules.XhmikosR1-1/+1
2017-05-27Update nav and navbar HTML markupGeremia Taglialatela1-31/+31
2017-04-02Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, .nav-it...Pierre Vanduynslager1-1/+155
2017-03-21Always append element to fixture in Scrollspy unit tests (#22234)Pierre Vanduynslager1-2/+2
2016-11-27Closes #21055: Prevents ScrollSpy from clearing active item when Safari rubbe...Rob Ruana1-0/+44
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow1-6/+8
2016-06-28ScrollSpy unit test: Use single done() in a then() instead of multiple done()...Dave Methvin1-2/+2
2016-06-27Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182Dave Methvin1-2/+2
2016-06-26Remove unnecessary usage of Promises in non-async ScrollSpy tests (#20180)Chris Rebert1-28/+26
2016-05-30Fix load & scroll event usage in ScrollSpy tests (#19986)Chris Rebert1-7/+7
2016-05-29js/tests/unit/scrollspy.js: Fix "offsed" typos (#19985)Chris Rebert1-2/+2
2015-10-02Add throw error for undefined method on pluginsJohann-S1-0/+12
2015-08-18Merge branch 'v4' of github.com:twbs/derpstrap into v4Jacob Thornton1-30/+29
2015-05-13fix up testsfat1-72/+72
2015-05-13fix #15301fat1-0/+45
2015-05-13address https://github.com/twbs/bootstrap/pull/16135fat1-0/+86
2015-03-10Fixed proper navigation element selection on backward scrolling (from the bot...Maxim Andrukhovych1-0/+46
2015-03-03[Fixes #15953] Implement assert.expect in each unit testKevin Kirsche1-0/+8
2015-03-01Handle multiple zero-offset Scrollspy elements.Caden Lovelace1-0/+38
2015-02-26Unit tests: Use new names of module hooksHeinrich Fenkart1-2/+2
2015-02-23JS unit tests: use QUnit.module() & QUnit.test() everywhereChris Rebert1-9/+9
2015-02-23JS unit tests: use modern QUnit assert object everywhereChris Rebert1-15/+15
2015-01-20update JS unit tests to future-proof QUnit 1.16.0 APIChris Rebert1-12/+12
2014-10-26Follow-up to e8af21c: rm unused variable in unit testHeinrich Fenkart1-1/+1
2014-10-26Clear scrollspy selection above first sectionTadeu Zagallo1-1/+42
2014-10-07Small clean-up in scrollspy unit testHeinrich Fenkart1-21/+5
2014-08-15consistently use <nav> instead of <div> for .navbar in docsChris Rebert1-2/+2
2014-07-06fix scrollspy test in firefox mac osfat1-11/+11
2014-07-06Merge pull request #13853 from hnrch02/unit-tests-cleanupJacob1-70/+77
2014-07-06jscs fixMark Otto1-1/+1
2014-07-06Merge branch 'replace-scrollspy-default-behavior-test' of git://github.com/br...fat1-0/+37
2014-07-06Move to leading plusesHeinrich Fenkart1-48/+48
2014-07-06Mention #13500 in comment for ScrollSpy testHeinrich Fenkart1-1/+1
2014-07-06Clean scrollspy unit tests upHeinrich Fenkart1-22/+29
2014-06-06Comply to the new style.XhmikosR1-14/+16
2014-05-13Add Scrollspy maxScroll with offset test.Mike Robinet1-2/+36
2014-05-04replace js scrollspy test for default behaviorbreaddevil1-17/+37
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ref...Collin Donahue-Oponski1-10/+19
2014-04-09JS: remove unused variables.XhmikosR1-1/+1
2014-03-14Fix JSHint errorsJulian Thilo1-36/+35
2014-03-13Merge pull request #11453 from moodyroto/patch-1Jacob1-0/+37
2014-02-14Re-indent test files.XhmikosR1-27/+27