Transformed
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
|
||||
|
||||
goog.require('ol.control.Zoom');
|
||||
import _ol_control_Zoom_ from '../../../../src/ol/control/Zoom.js';
|
||||
|
||||
describe('ol.control.Zoom', function() {
|
||||
|
||||
describe('constructor', function() {
|
||||
|
||||
it('can be constructed without arguments', function() {
|
||||
var instance = new ol.control.Zoom();
|
||||
expect(instance).to.be.an(ol.control.Zoom);
|
||||
var instance = new _ol_control_Zoom_();
|
||||
expect(instance).to.be.an(_ol_control_Zoom_);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user