Skip to content

Commit

Permalink
fix: rename test for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Oct 10, 2024
1 parent 19b429b commit af711fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe("withBasicTokenAnonymous", () => {
).toBe(false);
});

it("should prune childless non-leaf nodes", () => {
it("should ignore childless non-leaf nodes", () => {
expect(
withBasicTokenAnonymousCheck({ allowlist: ["/public"] })({
type: "section",
Expand Down

0 comments on commit af711fa

Please sign in to comment.