aboutsummaryrefslogtreecommitdiff
path: root/js/tests/index.html
AgeCommit message (Collapse)AuthorFilesLines
2019-02-15Replace `master` with `v3-dev` after the branch switch. (#28287)XhmikosR1-1/+1
2018-10-18Switch to lowercase `doctype`.XhmikosR1-1/+1
2018-10-08Cache length variables.XhmikosR1-2/+2
2018-10-08Fix HTML validation errors and lint tests too.XhmikosR1-1/+1
2018-09-28Use BrowserStack for our unit tests.Johann-S1-3/+2
2016-02-16Port #19220 to v3Chris Rebert1-1/+4
js/tests/index.html: Replace jQuery event alias methods with functions that throw explanatory errors, instead of with undefined Refs https://github.com/twbs/bootstrap/pull/19219#issuecomment-184653699 [skip validator]
2015-07-02Removes unnecessary period at end of commentMelinda Sarnicki Bernardo1-1/+1
2015-03-09Disable jQuery event aliases when running test suiteChris Rebert1-0/+40
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
2015-03-03[Fixes #15953] Implement assert.expect in each unit testKevin Kirsche1-0/+2
[Fixes #15953] Implement `assert.expect` in each unit test
2015-03-01Disable deprecated global QUnit method aliases to prevent backsliding on ↵Chris Rebert1-0/+28
QUnit v2 readiness
2015-03-01Unit tests: Only display fixture on-screen for iOSHeinrich Fenkart1-6/+11
Since only on iOS tests fail when the fixture is displayed off-screen, see https://travis-ci.org/twbs/bootstrap/jobs/52605742
2015-03-01Use different way to make failing test more visible in SauceHeinrich Fenkart1-4/+0
2015-02-25Use QUnit.log(...) instead of QUnit.log = ...Chris Rebert1-2/+2
Refs http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-log-callback-with-qunit-log-callback-for-all-reporting-callbacks
2014-10-30fix typo in commentChris Rebert1-1/+1
2014-10-30Fix the iOS 8 unit test failuresHeinrich Fenkart1-0/+7
Resolves #14919.
2014-09-17Make it easier to see failing tests in Sauce screencastsChris Rebert1-0/+5
...by hiding passing tests in the list of tests.
2014-07-06Perform a cleanup after each testHeinrich Fenkart1-1/+7
2014-07-06Update QUnit settings/QUnit phantomjs bridge to new versionsHeinrich Fenkart1-11/+10
2014-04-19rename jquery.js -> jquery.min.js since it's minifiedChris Rebert1-1/+1
2014-03-24tests/index.html: re-indent.XhmikosR1-68/+68
2014-03-24tests/index.html: add missing `meta charset`.XhmikosR1-0/+1
2014-02-21updated qunit test reporting so sauce labs can report failing testsjonahss1-2/+26
2014-02-18Improve `js/tests/index.html`Zlatan Vasović1-6/+5
- Improve comments. - Remove `transition.js` script load as `transition.js` unit test doesn't exist.
2014-01-16new qunitfat1-5/+2
2014-01-14more detailed QUnit test results in SauceChris Rebert1-1/+6
2013-10-09Remove [type]Zlatan Vasović1-1/+1
type="text/css" isn't needed
2013-07-26Replace Makefile with GruntJSJohn-Philip Johansson1-3/+0
A rebase (against soon-to-be 3.0.0-rc.1) & squash of https://github.com/twbs/bootstrap/pull/7786 AKA https://github.com/twitter/bootstrap/pull/7786 originally by @seriema @mokkabonna @jojohess Rebased by @cvrebert
2013-05-16change namespace back to dot notation and someother js shizzlefat1-0/+1
2013-05-16a bunch javascript junkfat1-27/+25
2013-04-23'js' folder .editorconfig code guide updatesStephen Edgar1-1/+1
2012-07-22some progress on affix pluginJacob Thornton1-0/+2
2012-04-19run qunit tests in phantomjs for travis-ciJacob Thornton1-0/+3
2012-03-24add preventDefault support for all inital event types (show, close, hide, ↵Jacob Thornton1-0/+2
etc.) + fix small bug with scrollspy.last
2012-03-17add /headJacob Thornton1-1/+1
2012-01-11add build tool for js + rename twipsy to tooltip + lots of little doc cleanupJacob Thornton1-2/+2
2012-01-06start of autocomplete pluginJacob Thornton1-0/+2
2011-12-20giant refactor - all spec passing again...Jacob Thornton1-8/+16
2011-10-19fix scrollspy simplify stuff more - break everything.Jacob Thornton1-0/+1
2011-09-11get all spec passing againJacob Thornton1-1/+1
2011-09-09move js plugins to root dir, begin writing tests, and change modal plugin to ↵Jacob Thornton1-0/+38
be more boss like