aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/util/component-functions.spec.js
AgeCommit message (Collapse)AuthorFilesLines
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-5/+3
* Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton1-12/+12
* Fix carousel spec typo * Change carousel test name in align with testing method * Make the spies declarations the same everywhere
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR1-4/+4
2021-07-28Use a streamlined way to trigger component dismiss (#34170)GeoSot1-0/+108
* use a streamlined way to trigger component dismiss * add documentation Co-authored-by: XhmikosR <[email protected]>