aboutsummaryrefslogtreecommitdiffstats
path: root/external/qunit
Commit message (Collapse)AuthorAgeFilesLines
* Build: Remove the external directory, read from node_modules directlyMichał Gołębiowski-Owczarek2019-08-263-7075/+0
| | | | | | Now that Sizzle is gone & we use npm, we can read from node_modules directly and skip the setup that copies some files to the external directory. Closes gh-4466
* Build: Update QUnit from 1.23.1 to 2.9.2Michał Gołębiowski-Owczarek2019-03-043-4344/+6745
| | | Closes gh-4307
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-21/+0
| | | | | | | | Also, run `grunt npmcopy` to sync the "external" directory with dependencies from package.json. For example, the Sinon library version didn't match. Ref gh-4234 Closes gh-4297
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-182-1155/+1335
| | | | | | | | | | | | | - 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-292-1783/+2123
| | | | | | * 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-273-225/+1188
| | | | | | | | | | | | 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-153-68/+139
| | | | Closes gh-2038
* Sizzle: update to 2.1.1Timmy Willison2014-12-151-0/+37
|
* Tests: Update QUnitRichard Gibson2014-12-052-1158/+1716
|
* Build: Move all external libraries to external directoryScott González2014-06-243-0/+2546
Closes gh-1593