πͺ Split Output
into Outputs
β Output[]
#3336
Annotations
2 errors and 1 warning
Run npm run test:
packages/myst-transforms/src/blocks.spec.ts#L128
AssertionError: expected { Object (type, children) } to deeply equal { Object (type, children) }
- Expected
+ Received
Object {
"children": Array [
Object {
"children": Array [
Object {
- "identifier": "my_label-output-0",
"type": "output",
"value": "We know what we are",
},
Object {
- "identifier": "my_label-output-1",
"type": "output",
"value": "but know not what we may be.",
},
],
"data": Object {
"key": "value",
},
"html_id": "my-label",
"identifier": "my_label",
"label": "My_Label",
"type": "block",
},
],
"type": "root",
}
β― src/blocks.spec.ts:128:19
|
Run npm run test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading