We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a09c4 commit e3aff7bCopy full SHA for e3aff7b
designs/2025-rule-tester-assertion-options/README.md
@@ -312,6 +312,10 @@ new RuleTester(testerConfig: {...}, assertionOptions: {
312
} = {});
313
```
314
315
+### Options Setter Method
316
+
317
+Alternatively add an `setAssertionOptions()` method independently of the constructor and test method.
318
319
### ESLint RuleTester Lint-Rule
320
321
As an alternative to this proposal, we could add a eslint rule that applies the same assertions, but uses the central eslint config.
0 commit comments