Wish(t,err.Error(),ShouldEqual,`error traversing node at "nested/alink": could not load link "`+leafAlphaLnk.String()+`": no LinkTargetNodePrototypeChooser configured`)
})
t.Run("mid-path link should fail",func(t*testing.T){
Wish(t,err.Error(),ShouldEqual,`error traversing node at "linkedMap": could not load link "`+middleMapNodeLnk.String()+`": no LinkTargetNodePrototypeChooser configured`)
})
})
t.Run("link traversal with loader should work",func(t*testing.T){