release:beta #507
Annotations
2 errors and 1 warning
tests/views/codeblock/schema.test.ts > happy > minimal options:
tests/views/codeblock/schema.test.ts#L21
AssertionError: expected { flat: false, collapse: false, …(4) } to strictly equal { flat: false, type: 'tree', …(4) }
- Expected
+ Received
Object {
"collapse": false,
"depth": Array [
0,
Infinity,
],
"flat": false,
- "merge-fields": false,
+ "merge-fields": true,
"sort": Object {
"field": "basename",
"order": 1,
},
"type": "tree",
}
❯ tests/views/codeblock/schema.test.ts:21:25
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|