Skip to content

test,doc: fix async-hooks coverage doc for md lint (v10.x backport problem)

https://github.com/nodejs/node/pull/20894 / 2930bd13 was introduced on master which removed an offending line in this doc before linting was applied to test/ in https://github.com/nodejs/node/pull/22221 / 56103aba. Since #20894 is semver-major, the full changes were not backported.

It's either this or back out the md linting for test/ on v10.x for now I think.

Note that the change that applies lint-md to test/ isn't on v10.x-staging yet, nor are the other changes required to get test/ up to scratch, they're on the release proposal for 10.9.0 @ #22295 though. I'll put this on top of the rest of those commits and it'll be happy (have confirmed this, manually, CI won't tell us anything interesting about this PR as is).

@trott you're probably the best person to look at this.

Merge request reports

Loading