From af711fa4673a12faa75d4148023059378d7e1da4 Mon Sep 17 00:00:00 2001 From: Andrew Jiang Date: Thu, 10 Oct 2024 00:13:33 -0400 Subject: [PATCH] fix: rename test for clarity --- .../src/server/__test__/withBasicTokenViewAllowed.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/docs-bundle/src/server/__test__/withBasicTokenViewAllowed.test.ts b/packages/ui/docs-bundle/src/server/__test__/withBasicTokenViewAllowed.test.ts index 2cac5f3b02..a71011f3f4 100644 --- a/packages/ui/docs-bundle/src/server/__test__/withBasicTokenViewAllowed.test.ts +++ b/packages/ui/docs-bundle/src/server/__test__/withBasicTokenViewAllowed.test.ts @@ -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",