Unnecessary spy
This commit is contained in:
@@ -4,11 +4,9 @@ describe('ol.proj', function() {
|
|||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
ol.proj.common.add();
|
ol.proj.common.add();
|
||||||
sinon.spy(ol.proj, 'addTransform');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(function() {
|
afterEach(function() {
|
||||||
ol.proj.addTransform.restore();
|
|
||||||
ol.proj.clearAllProjections();
|
ol.proj.clearAllProjections();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user