Rename adaptive globe to globe-to-mercator
#1696
test-all.yml
on: pull_request
Code Hygiene
23s
Unit and Integration Tests
27s
Matrix: Packaging and Build tests
Annotations
4 errors
|
Code Hygiene:
src/validate/validate_projection.test.ts#L33
Type '"spherical-to-web-mercator"' is not assignable to type '"web-mercator" | "globe" | "globe-to-web-mercator"'.
|
|
Code Hygiene
Process completed with exit code 2.
|
|
Validate projection › Should pass if everything is according to spec:
src/validate/validate_projection.test.ts#L34
expect(received).toHaveLength(expected)
Expected length: 0
Received length: 1
Received array: [{"message": "type: expected one of [web-mercator, globe, globe-to-web-mercator], \"spherical-to-web-mercator\" found"}]
at Object.<anonymous> (src/validate/validate_projection.test.ts:34:24)
|
|
Unit and Integration Tests
Process completed with exit code 1.
|