Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkit-30 committed Dec 26, 2023
1 parent e21d282 commit e0ecb36
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -1147,9 +1147,12 @@ changes:
* `coverage` {boolean} Enable or disable code coverage. **Default:** `false`.
* `minimumCoverage` {Object} Specify the minimum percentage threshold value
for code coverage.
* `line` {number} percent threshold value for lines coverage. **Default** `0`.
* `branch` {number} percent threshold value for branch coverage. **Default** `0`.
* `function` {number} percent threshold value for functions coverage. **Default** `0`.
* `line` {number} percent threshold value for lines coverage.
**Default** `0`.
* `branch` {number} percent threshold value for branch coverage.
**Default** `0`.
* `function` {number} percent threshold value for functions coverage.
**Default** `0`.
* Returns: {TestsStream}

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

0 comments on commit e0ecb36

Please sign in to comment.