15 lines
339 B
JavaScript
15 lines
339 B
JavaScript
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_);
|
|
});
|
|
|
|
});
|
|
|
|
});
|