Restore proj4 state after tests

This commit is contained in:
Antoine Abt
2014-11-25 17:38:06 +01:00
parent 638f8275aa
commit 22491601ba

View File

@@ -20,6 +20,10 @@ describe('ol.format.WMSGetFeatureInfo', function() {
});
});
after(function() {
proj4.defs('urn:x-ogc:def:crs:EPSG:4326', undefined);
});
it('creates 3 features', function() {
expect(features).to.have.length(3);
});