mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-16 16:45:22 +00:00
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>
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
import {Map, latLng, Point, LatLngBounds, TileLayer, Handler, DomEvent, Bounds, Layer, control as lControl, GridLayer, Util, Marker, Polygon, DivIcon, CircleMarker, Canvas} from 'leaflet';
|
||||
import {expect} from 'chai';
|
||||
import {Bounds, Canvas, CircleMarker, DivIcon, DomEvent, GridLayer, Handler, LatLngBounds, Layer, Map, Marker, Point, Polygon, TileLayer, Util, control as lControl, latLng} from 'leaflet';
|
||||
import sinon from 'sinon';
|
||||
import UIEventSimulator from 'ui-event-simulator';
|
||||
import {createContainer, removeMapContainer} from '../SpecHelper.js';
|
||||
|
||||
|
Reference in New Issue
Block a user