Commit Graph

11 Commits

Author SHA1 Message Date
2e998c55ad Run test with the source files (#9609) 2025-03-24 11:17:03 +01:00
4e6ed4c4bc Use explicit imports chai and sinon in the test suite (#9284)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
Co-authored-by: Vladimir Agafonkin <agafonkin@gmail.com>
2024-03-03 14:32:01 +01:00
bb048a3eac Import Leaflet in tests using JavaScript modules (#8975) 2023-06-02 12:24:17 +02:00
c5c8fb4bc2 Remove noConflict() (#8753) 2022-12-27 12:28:44 +01:00
119785e3a9 Enable no-var linting rule and fix issues (#8602) 2022-10-20 21:18:26 +02:00
d777c79f7a Enable prefer-arrow-callback linting rule and fix issues (#8594) 2022-10-20 00:10:54 +02:00
f3f27b0ff6 Fixing noConflict and merge rollup-config (#7855)
* fixing noConflict and merge rollup-config

* Fix lint
2022-01-19 12:13:49 +02:00
06f76d4c53 Added missing tests to index.html (#7845) 2021-12-10 18:58:26 +02:00
0a6c500e58 Add test for extending L namespace 2017-07-27 11:03:52 +03:00
957f05da23 fix non-extendable objects regression of 1.1.0
Closes #5650 until we figure out a less hacky solution.
2017-07-27 11:03:51 +03:00
b23d83f464 Don't turn enter keypress into clicks on map (#5507)
* Don't turn enter keypress into clicks on map

But still preserve functionality to open marker's popup through
enter keypress when focused.

Fixes #5499.

* Clean code

Thanks @egoroof

* Change name of keypress handler to _onKeyPress

* Add unit test
2017-06-02 11:18:46 +02:00