release:beta #446
Annotations
2 errors and 1 warning
tests/commands/stats.test.ts > get_graph_stats > straight-line:
tests/commands/stats.test.ts#L31
AssertionError: expected { …(2) } to strictly equal { …(2) }
- Expected
+ Received
Object {
"edges": Object {
"direction": Object {
"down": 1,
"next": 1,
"up": 1,
},
"explicit": Object {
"false": 1,
"true": 2,
},
"field": Object {
"child": 1,
"parent": 1,
"right": 1,
},
"hierarchy_i": Object {
"0": 1,
"1": 1,
"2": 1,
},
"implied_kind": Object {
"cousin_is_sibling": 1,
},
+ "round": Object {
+ "1": 1,
+ },
"source": Object {
"dataview_note": 1,
"typed_link": 1,
},
},
"nodes": Object {
"resolved": Object {
"true": 4,
},
},
}
❯ tests/commands/stats.test.ts:31:17
|
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/.
|