Add projection expression syntax (#888) #1915
test-all.yml
on: pull_request
Code Hygiene
24s
Unit and Integration Tests
35s
Matrix: Packaging and Build tests
Annotations
10 errors
Code Hygiene:
src/expression/expression.test.ts#L651
Strings must use singlequote
|
Code Hygiene:
src/expression/expression.test.ts#L651
Strings must use singlequote
|
Code Hygiene:
src/expression/expression.test.ts#L654
Strings must use singlequote
|
Code Hygiene:
src/expression/expression.test.ts#L671
Strings must use singlequote
|
Code Hygiene:
src/expression/expression.test.ts#L671
Strings must use singlequote
|
Code Hygiene:
src/expression/expression.test.ts#L674
Strings must use singlequote
|
Code Hygiene
Process completed with exit code 1.
|
expression › tests/interpolate/projection/same-from-to/test.json:
test/integration/expression/expression.test.ts#L72
Evaluation Failed:
Expected [["mercator","mercator",0.5]]
Result [["mercator","mercator",0.5]]
at Object.<anonymous> (test/integration/expression/expression.test.ts:72:23)
|
expression › tests/interpolate/projection/linear/test.json:
test/integration/expression/expression.test.ts#L72
Evaluation Failed:
Expected [["vertical-perspective","mercator",0.5]]
Result [["vertical-perspective","mercator",0.5]]
at Object.<anonymous> (test/integration/expression/expression.test.ts:72:23)
|
Unit and Integration Tests
Process completed with exit code 1.
|