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.Object');
|
||||
|
||||
describe('ol.Object', function() {
|
||||
|
||||
var o;
|
||||
@@ -367,3 +365,5 @@ describe('ol.Object', function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
goog.require('ol.Object');
|
||||
|
||||
Reference in New Issue
Block a user