summaryrefslogtreecommitdiffhomepage
path: root/test/test.js
AgeCommit message (Collapse)Author
2020-03-13Well, this is the actual first commit igMarvin Borner
2020-01-15add data-fragment=<index> attribute to slide <sections>Hakim El Hattab
2018-10-11syntax tweakHakim El Hattab
2018-10-11fix #1590Hakim El Hattab
2018-04-27add , adds wrapper element around background images/videos/iframesHakim El Hattab
2018-01-22Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.Benjamin Tan
2015-09-10add getSlideNotes API method and testsHakim El Hattab
2015-05-06fix lazy load selector errorHakim El Hattab
2015-05-06tweak to iframe lazy load testHakim El Hattab
2015-05-04lazy-load iframes only for current slide, unload when hiddenHakim El Hattab
2014-09-09better test for fragment indicesHakim El Hattab
2014-05-09kill-yank mistakefabiano
2014-05-09Broaden the coverage of isFirstSlide testfabiano
If we: - visit a vertical slide and then: - go to the first slide the function will return **false**. Added a test to isLastSlide too just to be sure.
2014-05-09Small typofabiano
2014-04-28test same conditions for both getSlide and getSlideBackgroundHakim El Hattab
2014-04-28addition background image and getSlideBackground testsHakim El Hattab
2014-04-27lazy load all slide backgroundsHakim El Hattab
2014-04-27fix getindices testHakim El Hattab
2014-04-27new api method: getBackgroundSlideHakim El Hattab
2014-04-22lazy-load support for audio #793Hakim El Hattab
2014-04-22tests for lazy loadingHakim El Hattab
2014-04-01test for #858Hakim El Hattab
2014-03-12test for getProgressHakim El Hattab
2013-12-21add tests for auto-slide events #766Hakim El Hattab
2013-12-21simplify how data-autoslide is picked up from fragments #766Hakim El Hattab
2013-12-21test isAutoSliding, isAutoSliding returns false when no autoSlide value is ↵Hakim El Hattab
set #766
2013-11-28tests for initial section classesHakim El Hattab
2013-11-25additional fragment testsHakim El Hattab
2013-11-25rewrite fragment sorting to account for multiple fragments with the same indexHakim El Hattab
2013-11-23remove current-fragment when leaving slide, add tests for current fragmentHakim El Hattab
2013-11-21fragments are now zero-indexedHakim El Hattab
2013-11-07ensure that all fragments on past slides are visible #684Hakim El Hattab
2013-08-24add test task, avoid attempt to run tests in unrelated html filesHakim El Hattab
2013-08-23pause mode testsHakim El Hattab
2013-08-23test coverage for fragmentsHakim El Hattab
2013-08-22add test for loop settingHakim El Hattab
2013-08-22more tests #123Hakim El Hattab
2013-08-22more tests, enable test page scroll overflow #123Hakim El Hattab
2013-08-22more tests, use stricEqual and deepEqual assertions where appropriate #123Hakim El Hattab
2013-08-22include info about which slide the assertion applies toHakim El Hattab
2013-08-22add unit tests #123Hakim El Hattab