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