We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a073c01 commit 88dbc59Copy full SHA for 88dbc59
test/common/mapping/utils/epsgDefineSpec.js
@@ -88,7 +88,7 @@ describe('epsg-define', () => {
88
sourceProjection: 'EPSG:4548',
89
destProjection: 'EPSG:2210'
90
})
91
- ).toThrow('EPSG:2210 is not defined');
+ ).toThrow('Could not parse to valid json: EPSG:2210 is not defined');
92
done();
93
});
94
0 commit comments