Adds bootstrap unit tests (warning: contains failing tests.
authorSalvatore Iovene <salvatore.iovene@intel.com>
Thu, 10 Jan 2013 14:43:07 +0000 (16:43 +0200)
committerSalvatore Iovene <salvatore.iovene@intel.com>
Thu, 10 Jan 2013 14:43:07 +0000 (16:43 +0200)
commit4143cb87ef8ad0d5faf182ce60b4dc4be5896dd2
tree1a9147cb74f2fb0f590242a5ea6568f312ebca11
parentb0199f011ad05c24383ce8387160816b6228e679
Adds bootstrap unit tests (warning: contains failing tests.
23 files changed:
README.md
tests/index.html [new file with mode: 0644]
tests/phantom.js [new file with mode: 0644]
tests/run.sh [new file with mode: 0755]
tests/server.js [new file with mode: 0644]
tests/test/.empty [moved from test/.empty with 100% similarity]
tests/unit/bootstrap-affix.js [new file with mode: 0644]
tests/unit/bootstrap-alert.js [new file with mode: 0644]
tests/unit/bootstrap-button.js [new file with mode: 0644]
tests/unit/bootstrap-carousel.js [new file with mode: 0644]
tests/unit/bootstrap-collapse.js [new file with mode: 0644]
tests/unit/bootstrap-dropdown.js [new file with mode: 0644]
tests/unit/bootstrap-modal.js [new file with mode: 0644]
tests/unit/bootstrap-phantom.js [new file with mode: 0644]
tests/unit/bootstrap-popover.js [new file with mode: 0644]
tests/unit/bootstrap-scrollspy.js [new file with mode: 0644]
tests/unit/bootstrap-tab.js [new file with mode: 0644]
tests/unit/bootstrap-tooltip.js [new file with mode: 0644]
tests/unit/bootstrap-transition.js [new file with mode: 0644]
tests/unit/bootstrap-typeahead.js [new file with mode: 0644]
tests/vendor/jquery-1.8.3.js [new file with mode: 0644]
tests/vendor/qunit.css [new file with mode: 0644]
tests/vendor/qunit.js [new file with mode: 0644]