fix(test): update discord invite test path after docs reorganization

The docs were moved from docs/what-is-pi/ to docs/dev/what-is-pi/ but
the test path was not updated, causing CI to fail with ENOENT.
This commit is contained in:
Jeremy 2026-04-10 10:19:07 -05:00
parent 41d4de1c32
commit 6d9f02054d

View file

@ -18,7 +18,7 @@ const VALID_INVITE = "https://discord.com/invite/nKXTsAcmbT";
/** Files that contain user-facing Discord invite links. */
const FILES_WITH_INVITE_LINKS: string[] = [
"README.md",
"docs/what-is-pi/15-pi-packages-the-ecosystem.md",
"docs/dev/what-is-pi/15-pi-packages-the-ecosystem.md",
];
describe("Discord invite links (#2699)", () => {