feat: automatic addition of goals to a current goal node, adding it to the plan, making sure the data stays correct. Also for the trigger nodes. :)
ref: N25B-434
This commit is contained in:
@@ -497,7 +497,7 @@ describe('PlanEditorDialog', () => {
|
||||
]
|
||||
}
|
||||
|
||||
const actualResult = PlanReduce(testplan)
|
||||
const actualResult = PlanReduce([], testplan) // TODO: FIX THIS TEST :)))
|
||||
|
||||
expect(actualResult).toEqual(expectedResult)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user