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.interaction.ResolutionConstraint');
|
||||
|
||||
describe('ol.interaction.ResolutionConstraint', function() {
|
||||
|
||||
describe('SnapToResolution', function() {
|
||||
@@ -185,3 +183,5 @@ describe('ol.interaction.ResolutionConstraint', function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
goog.require('ol.interaction.ResolutionConstraint');
|
||||
|
||||
Reference in New Issue
Block a user