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