Rename control tests for consistency
This commit is contained in:
16
test/spec/ol/control/fullscreen.test.js
Normal file
16
test/spec/ol/control/fullscreen.test.js
Normal file
@@ -0,0 +1,16 @@
|
||||
goog.provide('ol.test.control.FullScreen');
|
||||
|
||||
describe('ol.control.FullScreen', function() {
|
||||
|
||||
describe('constructor', function() {
|
||||
|
||||
it('can be constructed without arguments', function() {
|
||||
var instance = new ol.control.FullScreen();
|
||||
expect(instance).to.be.an(ol.control.FullScreen);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.control.FullScreen');
|
||||
Reference in New Issue
Block a user