Move requires to end of the file to ensure tests run even if goog.require fails
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
goog.require('ol.Coordinate');
|
||||
goog.require('ol.TileCoord');
|
||||
goog.require('ol.TileUrlFunction');
|
||||
goog.require('ol.tilestore.XYZ');
|
||||
|
||||
describe('ol.tilestore.XYZ', function() {
|
||||
|
||||
describe('getTileCoordUrl', function() {
|
||||
@@ -125,3 +120,8 @@ describe('ol.tilestore.XYZ', function() {
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.Coordinate');
|
||||
goog.require('ol.TileCoord');
|
||||
goog.require('ol.TileUrlFunction');
|
||||
goog.require('ol.tilestore.XYZ');
|
||||
|
||||
Reference in New Issue
Block a user