aboutsummaryrefslogtreecommitdiff
path: root/js/tests/karma.conf.js
AgeCommit message (Collapse)AuthorFilesLines
2021-02-17Partially backport #33045XhmikosR1-10/+6
Simplify karma.conf.js `customLaunchers` does not seem to be needed.
2021-01-28Switch to jsDelivr for jQuery too. (#32918)XhmikosR1-1/+3
2021-01-27Update devDependencies (#32852)XhmikosR1-9/+6
Pin karma and linkinator due to failures
2021-01-13Update karma configXhmikosR1-28/+31
* rename constants * enforce the constants to be Boolean * use the coverage plugin only one time, on the latest jQuery run * fix karma `logLevel`
2021-01-08karma: add `v4` in Browserstack build ID (#32502)XhmikosR1-1/+1
2020-11-24Backport #32178 and #32182XhmikosR1-1/+5
Handle Chromium to run Karma
2020-09-10Comply to the new rulesXhmikosR1-1/+1
2020-05-12Minor lint tweaks and rules cleanupXhmikosR1-1/+0
2019-04-29karma.conf.js: switch to `CI === true`. (#28588)XhmikosR1-1/+1
2019-01-17use absolute path to output lcov file for coveralls (#28075)Johann-S1-1/+2
2019-01-15tests: use jQuery from node_modules. (#28059)XhmikosR1-6/+3
2018-12-14Make use of the package.json `version_short` property more.XhmikosR1-2/+4
2018-10-29update our coverage required for branches and functionsJohann-S1-2/+2
2018-10-20swipe left/right without hammerjsJohann-S1-6/+5
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-6/+11
2018-09-18docs: use the bundle dist file.XhmikosR1-1/+1
2018-09-13refactor karma config in one fileJohann-S1-65/+128
2018-07-11Reorganize docs for easier deploysMark Otto1-2/+2
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-05-22chore(deps): update qunit and karma-qunitJohann-S1-0/+5
2018-04-10v4 improve coverage (#25945)Johann-S1-4/+4
* Improve code coverage for our Button plugin * improve coverage for our Alert plugin * test tooltip update method * test update and dispose for dropdown * increase code coverage requirements
2018-03-21Remove the local jquery-1.9.1.min.js.XhmikosR1-1/+1
2018-03-21throw error when coverage is under our thresholdsJohann-S1-6/+5
2018-03-13Add Sinon to do better unit testJohann-S1-1/+2
2018-03-05add code coverageJohann-S1-5/+22
2018-01-11Clean up and tweak ESLint rules.XhmikosR1-2/+1
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
2017-11-23Allow us to run our unit test on differents jquery versionJohann-S1-0/+55