🎁 Use commonDirectiveOptions
in all directives
#3176
Annotations
3 errors
|
Run npm run test:
packages/myst-ext-proof/tests/proof.spec.ts#L89
AssertionError: expected { Object (type, children) } to deeply equal { Object (type, children) }
- Expected
+ Received
Object {
"children": Array [
Object {
"args": "Proof Title",
"children": Array [
Object {
"children": Array [
Object {
"children": Array [
Object {
"position": Object {
"end": Object {
"column": 1,
"line": 1,
},
"start": Object {
"column": 1,
"line": 1,
},
},
"type": "text",
"value": "Proof Title",
},
],
"type": "admonitionTitle",
},
Object {
"children": Array [
Object {
"position": Object {
"end": Object {
"column": 1,
"line": 2,
},
"start": Object {
"column": 1,
"line": 2,
},
},
"type": "text",
"value": "Proof content",
},
],
"position": Object {
"end": Object {
"column": 1,
"line": 2,
},
"start": Object {
"column": 1,
"line": 2,
},
},
"type": "paragraph",
},
],
- "enumerated": true,
+ "enumerated": undefined,
"kind": "proof",
"type": "proof",
},
],
"name": "prf:proof",
+ "options": undefined,
"position": Object {
"end": Object {
"column": 1,
"line": 3,
},
"start": Object {
"column": 1,
"line": 1,
},
},
+ "tight": undefined,
"type": "mystDirective",
"value": "Proof content",
},
],
"type": "root",
}
❯ tests/proof.spec.ts:89:20
|
Run npm run test
The operation was canceled.
|
Loading