aboutsummaryrefslogtreecommitdiffstats
path: root/external/qunit/qunit.css
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update QUnit from 1.23.1 to 2.9.2Michał Gołębiowski-Owczarek2019-03-041-30/+161
| | | Closes gh-4307
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-4/+8
| | | | | | | | | | | | | - Update QUnit to 1.23.1 - Remove unused dl#dl from test/index.html - Remove unused map#imgmap from test/index.html - Ensure all urls to data use baseURI - Add the 'grunt karma:main' task - customContextFile & customDebugFile - Add 'npm run jenkins' script Close gh-3744 Fixes gh-1999
* Tests:Build: update qunit and fix incorrect testOleg Gaidarenko2016-01-291-7/+17
| | | | | | * Update QUnit to the latest version (1.20.0) * Corrected test was dependent on QUnit UI, which is always a bad idea
* Build: Update npm deps, fix Sinon npmcopy configMichał Gołębiowski2016-01-271-3/+14
| | | | | | | | | | | | All deps were updated except: * jsdom - tests using a Symbol polyfill are hacky and break with newer jsdom; we need to re-do them properly first * qunitjs - versions 1.19.0 & 1.20.0 introduce race conditions to the tests, making the fail randomly Those two packages will be updated once issues related to them get resolved. Fixes gh-2877
* Build: Update QUnit to latest (1.17.1)Jörn Zaefferer2015-02-151-5/+21
| | | | Closes gh-2038
* Tests: Update QUnitRichard Gibson2014-12-051-7/+34
|
* Build: Move all external libraries to external directoryScott González2014-06-241-0/+237
Closes gh-1593