Add roll angle to stylesheet #1640
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test-all.yml
on: pull_request
Code Hygiene
28s
Unit and Integration Tests
28s
Matrix: Packaging and Build tests
Annotations
2 errors
|
diff › set roll to undefined:
src/diff.test.ts#L309
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
Object {
"args": Array [
- 0,
+ undefined,
],
"command": "setRoll",
},
]
at Object.<anonymous> (src/diff.test.ts:309:35)
|
|
Unit and Integration Tests
Process completed with exit code 1.
|