Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix relative link (#15544)
  • Loading branch information
nschonni committed Jan 27, 2022
1 parent ccbc35f commit 5769cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/nodejs-api.md
Expand Up @@ -745,7 +745,7 @@ const ruleTester = new RuleTester({ parserOptions: { ecmaVersion: 2015 } });
The `RuleTester#run()` method is used to run the tests. It should be passed the following arguments:

* The name of the rule (string)
* The rule object itself (see ["working with rules"](./working-with-rules))
* The rule object itself (see ["working with rules"](./working-with-rules.md))
* An object containing `valid` and `invalid` properties, each of which is an array containing test cases.

A test case is an object with the following properties:
Expand Down

0 comments on commit 5769cc2

Please sign in to comment.