rename map in tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import _ol_Map_ from '../../../../src/ol/Map.js';
|
||||
import Map from '../../../../src/ol/Map.js';
|
||||
import MapBrowserEvent from '../../../../src/ol/MapBrowserEvent.js';
|
||||
import _ol_View_ from '../../../../src/ol/View.js';
|
||||
import Event from '../../../../src/ol/events/Event.js';
|
||||
@@ -8,7 +8,7 @@ describe('ol.interaction.KeyboardZoom', function() {
|
||||
var map;
|
||||
|
||||
beforeEach(function() {
|
||||
map = new _ol_Map_({
|
||||
map = new Map({
|
||||
target: createMapDiv(100, 100),
|
||||
view: new _ol_View_({
|
||||
center: [0, 0],
|
||||
|
||||
Reference in New Issue
Block a user