Skip to content

Commit 9ae6901

Browse files
committed
doc: update run method option about hookSignal
1 parent db667fe commit 9ae6901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/test.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,6 +1502,8 @@ changes:
15021502
* `functionCoverage` {number} Require a minimum percent of covered functions. If code
15031503
coverage does not reach the threshold specified, the process will exit with code `1`.
15041504
**Default:** `0`.
1505+
* `hookSignal` {boolean} Configures the test runner to handle termination signals like `SIGINT` and `SIGTERM`.
1506+
**Default:** `true`.
15051507
* Returns: {TestsStream}
15061508

15071509
**Note:** `shard` is used to horizontally parallelize test running across

0 commit comments

Comments
 (0)