Skip to content

Commit

Permalink
test: Setup test.todos()
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Sep 10, 2024
1 parent 97ed482 commit f936cc0
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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");
});

0 comments on commit f936cc0

Please sign in to comment.