chore(release): release v0.0.7 #13
Annotations
3 errors
Run nr test:
test/findNode.spec.ts#L47
TypeError: TTs.findNodeById is not a function
❯ test/findNode.spec.ts:47:25
|
Run nr test:
test/findPath.spec.ts#L76
AssertionError: expected [ { id: 1, pid: null, …(1) }, …(2) ] to deeply equal [ { id: 3, pid: 2 } ]
- Expected
+ Received
Array [
Object {
+ "children": Array [
+ Object {
+ "children": Array [
+ Object {
+ "id": 3,
+ "pid": 2,
+ },
+ ],
+ "id": 2,
+ "pid": 1,
+ },
+ ],
+ "id": 1,
+ "pid": null,
+ },
+ Object {
+ "children": Array [
+ Object {
+ "id": 3,
+ "pid": 2,
+ },
+ ],
+ "id": 2,
+ "pid": 1,
+ },
+ Object {
"id": 3,
"pid": 2,
},
]
❯ test/findPath.spec.ts:76:20
|
Run nr test
Process completed with exit code 1.
|
Loading