Leaflet / Leaflet

πŸƒ JavaScript library for mobile-friendly interactive maps πŸ‡ΊπŸ‡¦
https://leafletjs.com
BSD 2-Clause "Simplified" License
40.17k stars 5.75k forks source link

Use explicit imports `chai` and `sinon` in the test suite #9284

Closed jonkoops closed 2 months ago

jonkoops commented 2 months ago

Replaces the karma-chai and karma-sinon packages their non-Karma specific equivalents (chai and sinon), and imports them directly from the test suite using ES modules through the import map. This helps us migrate away from Karma-specific implementations, and will make it easier to move to a new test runner.

This backports parts of the effort done under #9242.