aboutsummaryrefslogtreecommitdiffstats
path: root/test/karma.debug.html
Commit message (Collapse)AuthorAgeFilesLines
* Build: Make Karma work in AMD modeMichał Gołębiowski-Owczarek2020-01-211-34/+32
| | | | | | | | | | | Also, run such a suite in CI to make sure modules are working as expected when used directly. (partially cherry picked from 341c6d1b5abe4829f59fbc32e93f6a6a1afb900f) (partially cherry picked from 437f389a24a6bef213d4df507909e7e69062300b) Closes gh-4595 Ref gh-4550 Ref gh-4574
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-0/+47
- 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