aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/util/swipe.spec.js
AgeCommit message (Collapse)AuthorFilesLines
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-4/+4
* 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-2/+2
* Fix carousel spec typo * Change carousel test name in align with testing method * Make the spies declarations the same everywhere
2022-02-15Update devDependencies (#35841)XhmikosR1-4/+4
* Update devDependencies * @babel/core ^7.17.0 → ^7.17.2 * @rollup/plugin-replace ^3.0.1 → ^3.1.0 * eslint ^8.8.0 → ^8.9.0 * eslint-config-xo ^0.39.0 → ^0.40.0 * hugo-bin ^0.80.1 → ^0.80.2 * karma ^6.3.15 → ^6.3.16 * rollup ^2.67.1 → ^2.67.2 * Fix new ESLint errors
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot1-97/+107
Reference: https://jasmine.github.io/tutorials/async 'DEPRECATION: An asynchronous function called its 'done' callback more than once. This is a bug in the spec, beforeAll, beforeEach, afterAll, or afterEach function in question. This will be treated as an error in a future version. See<https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0#deprecations-due-to-calling-done-multiple-times> for more information.
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR1-7/+7
2021-10-13tests: try to fix a few random failures (#35184)GeoSot1-4/+3
* Change `Swipe` dispose spy on EventHandler * Modal hide spy on backdrop hide
2021-10-12Swipe: add test to ensure that it ignores `pinch` events (#35161)GeoSot1-0/+19
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot1-0/+263