aboutsummaryrefslogtreecommitdiff
path: root/js/tests/index.html
AgeCommit message (Collapse)AuthorFilesLines
2020-06-24Update links to point to v4-dev or main branchesXhmikosR1-1/+1
2019-01-15tests: use jQuery from node_modules. (#28059)XhmikosR1-13/+1
2018-12-21Prep for v4.2.0 releaseMark Otto1-1/+1
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-16Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" ↵XhmikosR1-1/+1
(#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
2018-12-15Remove now unnecessary shrink-to-fit viewport directive (#27818)Patrick H. Lauke1-1/+1
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
2018-11-13Create toast JS plugin, add unit tests.Johann-S1-0/+2
2018-10-20swipe left/right without hammerjsJohann-S1-1/+0
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-0/+4
2018-09-18docs: use the bundle dist file.XhmikosR1-1/+1
2018-07-11Reorganize docs for easier deploysMark Otto1-2/+2
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-05-22chore(deps): update qunit and karma-qunitJohann-S1-2/+2
2018-03-21Remove the local jquery-1.9.1.min.js.XhmikosR1-2/+2
2018-03-21tests: load 3rd-party libs from the local node_modules folder.XhmikosR1-3/+3
This reduces duplication and the chances to forget to update something.
2018-03-21Update all devDependencies.XhmikosR1-1/+1
Kept back karma-qunit and qunitjs because tests fail.
2018-03-21Use sinon from cdnjs.XhmikosR1-1/+1
2018-03-21tests: use QUnit from the jQuery CDN.XhmikosR1-2/+2
2018-03-13Add Sinon to do better unit testJohann-S1-0/+3
2017-11-23Allow us to run our unit test on differents jquery versionJohann-S1-6/+13
2017-10-25Add unit tests for util.jsJohann-S1-0/+1
2017-10-24Change Rollup config to wrap our dist files with jQuery instead of $Johann-S1-1/+0
2017-10-23Add `Util.jQuery` which will detect jQuery instead of relying on global `$` ↵Johann-S1-0/+1
(#24513)
2017-10-22Tighten htmllint's rules. (#24471)XhmikosR1-1/+1
2017-10-03Switch to lowercase `doctype`. (#24217)XhmikosR1-1/+1
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
2017-05-29update pathsMark Otto1-13/+13
2017-05-14Add attachment classesJohann-S1-1/+1
2017-02-22Refactor QUnit test page.Bardi Harborow1-84/+45
2016-12-31one more test fileMark Otto1-2/+2
2016-02-16js/tests/index.html: Replace jQuery event alias methods with functions that ↵Chris Rebert1-1/+4
throw explanatory errors, instead of with undefined Refs https://github.com/twbs/bootstrap/pull/19219#issuecomment-184653699 [skip validator]
2015-08-04Merge branch 'master' into v4mMark Otto1-1/+1
2015-07-02Removes unnecessary period at end of commentMelinda Sarnicki Bernardo1-1/+1
2015-05-12popover passing as wellfat1-6/+4
2015-05-11rewritten tooltip + tether integration and death to our positioner jankfat1-5/+6
2015-05-11tab es6fat1-1/+1
2015-05-11scrollspy es6fat1-1/+1
2015-05-10add getters for Version and Default where applicablefat1-3/+1
add modal my gawd
2015-05-10add dropdownfat1-1/+1
2015-05-09add collapsefat1-1/+1
2015-05-07carousel -> es6fat1-1/+1
2015-05-07button -> es6fat1-1/+1
2015-05-07es6 alert :|fat1-3/+5
2015-05-06remove closureness from pluginsfat1-1/+3
2015-03-29Merge branch 'master' into v4Mark Otto1-6/+81
Conflicts: .gitignore Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/navbar.html docs/_includes/components/progress-bars.html docs/_includes/css/grid.html docs/_includes/css/overview.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/license.html docs/_includes/getting-started/third-party-support.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_includes/nav/main.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/migration.html js/affix.js js/alert.js js/button.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tests/visual/modal.html js/tooltip.js less/component-animations.less less/jumbotron.less less/mixins/background-variant.less less/mixins/buttons.less less/mixins/responsive-visibility.less less/mixins/text-emphasis.less less/navbar.less less/navs.less less/scaffolding.less less/tooltip.less less/utilities.less less/variables.less package.json scss/_buttons.scss scss/_forms.scss scss/_modal.scss
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-01Merge branch 'master' into v4Mark Otto1-6/+2
Conflicts: .travis.yml Gruntfile.js bower.json dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/license.html docs/_includes/getting-started/template.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/assets/js/vendor/FileSaver.js docs/assets/js/vendor/autoprefixer.js docs/assets/js/vendor/uglify.min.js docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.min.js docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/narrow-jumbotron/narrow-jumbotron.css docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/non-responsive/non-responsive.css docs/examples/theme/index.html grunt/configBridge.json js/affix.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tooltip.js less/badges.less less/glyphicons.less less/type.less less/variables.less package.json scss/_dropdown.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
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
2015-02-11bootstrap onto closurefat1-3/+1