Open
Description
The cleanest way I can think of would be to extract the script logic into packages-internal/scripts, test it there and leave just the CLI in the scripts directory.
Originally posted by @michaldudak in #43144 (comment)
For context, the script which takes care of verifying each internal link point to an existing page, and an existing anchor was doing nothing (except eating some CPU time)
It would be nice to have a test that ensures it fails
The idea would be to have two markdown files, one with broken links, one with ok links, and run test that ensure the script is failing on the correct one and passing the other one.
This should avoid the issue we got with the script silently failing because it detected no link
Search keywords: