We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6aef1 commit 23ef152Copy full SHA for 23ef152
documentation/index.md
@@ -183,7 +183,9 @@ return expect(function (text) {
183
* `generators` (default []): an array of generators used to generate the example
184
data.
185
* `maxIterations` (default 300): the number of iterations that the subject
186
- function it ran when no errors occur.
+ function it ran when no errors occur. You can control the default for this
187
+ option by setting the environment variable `UNEXPECTED_CHECK_MAX_ITERATIONS`
188
+ or setting the query parameter `maxiterations` in the browser.
189
* `maxErrorIterations` (default 1000): the number of iterations unexpected-check
190
can use to find a better error when an error occurs.
191
* `maxErrors` (default 20): the number of found errors before stopping the input
0 commit comments