Docs: Incorrect part of the description regarding node:test setup in RuleTester #9822 8000
Closed
2 tasks done
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
documentation
Documentation ("docs") that needs adding/updating
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
Before You File a Documentation Request Please Confirm You Have Done The Following...
Suggested Changes
In the document, setup.js is written like below
However, node test-runner doesn’t have
afterAll
function, it isafter
. (Node.js Test runner doc)So it should be fixed with
after
.Affected URL(s)
https://typescript-eslint.io/packages/rule-tester/#node-built-in-test-runner
The text was updated successfully, but these errors were encountered: