aboutsummaryrefslogtreecommitdiff
path: root/js/tests/karma.conf.js
AgeCommit message (Collapse)AuthorFilesLines
2021-08-30Add GitHub SHA in BrowserStack build ID. (#34077)XhmikosR1-1/+1
2021-03-10@rollup/plugin-replace: specify `preventAssignment: true` (#33329)XhmikosR1-1/+2
This is to fix a warning since the option will be set to true in the next major version of the plugin
2021-02-16Simplify karma.conf.js (#33045)XhmikosR1-10/+6
`customLaunchers` does not seem to be needed.
2021-01-13JS: update karma config (#32769)XhmikosR1-16/+18
* rename constants * enforce the constants to be Boolean * fix karma `logLevel`
2020-12-18Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 (#32516)dependabot[bot]1-1/+1
* Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 23.0.0 to 24.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v23.0.0...v24.0.0) Signed-off-by: dependabot[bot] <[email protected]> * Update karma.conf.js Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-12-06Update to popper.js v2.xJohann-S1-0/+4
2020-11-18Update karma.conf.js (#32182)XhmikosR1-1/+1
When we are on CI, this statement won't be reached.
2020-11-17Handle Chromium to run Karma (#32178)Gaël Poupard1-1/+5
* chore(karma): handle Chromium to run tests * Update karma.conf.js Co-authored-by: XhmikosR <[email protected]>
2020-11-09karma.conf.js: break lines (#32093)XhmikosR1-2/+8
2020-11-05Remove the now unneeded polyfills.XhmikosR1-10/+0
2020-11-01karma: stop excluding polyfill.js from istanbul (#30740)XhmikosR1-5/+5
2020-07-07Update to `@rollup/plugin-node-resolve` v8.1.0. (#31249)XhmikosR1-2/+3
2020-05-26Update to `@rollup/plugin-babel` (#30742)XhmikosR1-7/+3
2020-05-12coverage: ignore node_modulesXhmikosR1-1/+5
2020-05-06add unit tests to ensure our plugins works in jqueryJohann-S1-1/+15
2020-05-05Revert "Update karma.conf.js"XhmikosR1-5/+0
This reverts commit b8abded0afe78519c4c2a185d30e8cf245ed243f.
2020-05-04Move babel whitelist helpers to a common file (#30723)XhmikosR1-8/+2
2020-05-04Update karma.conf.jsXhmikosR1-0/+5
Use the recommended karma-browserstack-launcher settings
2020-03-25fix babel config in our filesJohann-S1-0/+1
2019-12-25Switch to @rollup/plugin-node-resolve (#29851)XhmikosR1-1/+1
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR1-3/+3
2019-10-03return to the original file structure to avoid breaking modularityJohann-S1-48/+35
2019-08-29Minor lint tweaks. (#29328)XhmikosR1-5/+4
2019-07-23rewrite dropdown unit testsJohann-S1-1/+3
2019-07-23rewrite carousel unit testsJohann-S1-1/+3
2019-07-23Switch from QUnit to Jasmine.Johann-S1-65/+53
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR1-4/+4
2019-05-08improve build plugin script to keep file nameJohann-S1-2/+2
2019-04-01karma.conf.js: switch to `CI === true`. (#28588)XhmikosR1-1/+1
2019-03-18Add back support for IE 11Johann-S1-3/+6
2019-03-11Comply to the new rules.XhmikosR1-2/+2
2019-02-26karma.conf.js: minor simplification.XhmikosR1-6/+8
2019-02-26remove tests for old jQuery 1.9.x compatibilityJohann-S1-2/+2
2019-02-26move util in a util folder with the sanitizerJohann-S1-9/+18
2019-02-20chore(update): bump to 4.1.3Johann-S1-4/+4
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S1-0/+10
2019-02-20refactor(polyfill): a file for polyfillsJohann-S1-2/+4
2019-02-20fix(data): increase coverage for dataJohann-S1-4/+14
2019-02-20fix chores karmaJohann-S1-0/+4
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