aboutsummaryrefslogtreecommitdiffstats
path: root/test/libs/qunit
Commit message (Collapse)AuthorAgeFilesLines
* Build: Move all external libraries to external directoryScott González2014-06-252-2525/+0
| | | | | | | | Closes gh-1593 Conflicts: Gruntfile.js test/index.html
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-052-619/+688
| | | | (cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68)
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-062-0/+2456
Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. Conflicts: bower.json test/index.html