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:
parent
41d4de1c32
commit
6d9f02054d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)", () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue