aboutsummaryrefslogtreecommitdiffstats
path: root/test/libs
Commit message (Collapse)AuthorAgeFilesLines
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-052-619/+688
| | | | (cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68)
* Build: Switch to explicit dependencies versions in bower.jsonMichał Gołębiowski2014-02-022-4/+42
| | | | (cherry-picked from cd4e25e991898bf07ce82fe4ab3d60c32b4a5fc9)
* Tests: Fix sinon timers for oldIEOleg2014-01-131-0/+27
|
* Tests: Straighten out sinon dependenciesDave Methvin2014-01-102-95/+460
| | | | | * Cherry-pick took the wrong lines for a couple of things. * Update and commit dependencies after `grunt bower`
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-063-0/+4510
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