diff --git a/editor.planx.uk/src/pages/FlowEditor/lib/__tests__/getURLForNode.test.ts b/editor.planx.uk/src/pages/FlowEditor/lib/__tests__/getURLForNode.test.ts new file mode 100644 index 0000000000..8aba988f91 --- /dev/null +++ b/editor.planx.uk/src/pages/FlowEditor/lib/__tests__/getURLForNode.test.ts @@ -0,0 +1,11 @@ +describe("constructing URLs for nodes", () => { + test.todo("a question node on the root"); + test.todo("an answer node, of a question on the root"); + test.todo("a question node, deeply branched"); + test.todo("an answer node, of a deeply branched question"); + test.todo("a question node, within an internal portal"); + test.todo("an answer node, within an internal portal"); + test.todo("a question node, deeply within internal portals"); + test.todo("an answer node, deeply within internal portals"); + test.todo("a cloned node"); +});