Move requires to end of the file to ensure tests run even if goog.require fails
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
goog.require('ol.Extent');
|
||||
goog.require('ol.Projection');
|
||||
|
||||
describe('ol.Extent', function() {
|
||||
|
||||
describe('contains', function() {
|
||||
@@ -60,3 +57,6 @@ describe('ol.Extent', function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
goog.require('ol.Extent');
|
||||
goog.require('ol.Projection');
|
||||
|
||||
Reference in New Issue
Block a user