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 08238cb commit ee67761Copy full SHA for ee67761
src/validate/validate_projection.test.ts
@@ -30,7 +30,7 @@ describe('Validate projection', () => {
30
});
31
32
test('Should pass if everything is according to spec', () => {
33
- let errors = validateProjection({validateSpec, value: {type: 'spherical-to-web-mercator'}, styleSpec: v8, style: {} as any});
+ let errors = validateProjection({validateSpec, value: {type: 'globe-to-web-mercator'}, styleSpec: v8, style: {} as any});
34
expect(errors).toHaveLength(0);
35
errors = validateProjection({validateSpec, value: {type: 'web-mercator'}, styleSpec: v8, style: {} as any});
36
0 commit comments