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 db667fe commit 9ae6901Copy full SHA for 9ae6901
doc/api/test.md
@@ -1502,6 +1502,8 @@ changes:
1502
* `functionCoverage` {number} Require a minimum percent of covered functions. If code
1503
coverage does not reach the threshold specified, the process will exit with code `1`.
1504
**Default:** `0`.
1505
+ * `hookSignal` {boolean} Configures the test runner to handle termination signals like `SIGINT` and `SIGTERM`.
1506
+ **Default:** `true`.
1507
* Returns: {TestsStream}
1508
1509
**Note:** `shard` is used to horizontally parallelize test running across
0 commit comments