Add projection expression syntax (#888) #1912
test-all.yml
on: pull_request
Code Hygiene
27s
Unit and Integration Tests
29s
Matrix: Packaging and Build tests
Annotations
5 errors
projection expression › step array:
src/expression/expression.test.ts#L655
Failed to parse Step expression
at Object.<anonymous> (src/expression/expression.test.ts:655:19)
|
projection expression › interpolate color:
src/expression/expression.test.ts#L668
Failed to parse Interpolate expression
at Object.<anonymous> (src/expression/expression.test.ts:668:19)
|
projection expression › interpolate:
src/expression/expression.test.ts#L680
Failed to parse Interpolate expression
at Object.<anonymous> (src/expression/expression.test.ts:680:19)
|
Validate projection › Should return errors according to spec violations:
src/validate/validate_projection.test.ts#L28
expect(received).toBe(expected) // Object.is equality
Expected: "projection: object expected, number found"
Received: "type: projection expected, invalid type \"number\" found"
at Object.<anonymous> (src/validate/validate_projection.test.ts:28:35)
|
Unit and Integration Tests
Process completed with exit code 1.
|