Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Feb 14, 2020
1 parent fd4eacc commit 7faed10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ A list of reporter names that Jest uses when writing coverage reports. Any [ista

_Note: Setting this option overwrites the default values. Add `"text"` or `"text-summary"` to see a coverage summary in the console output._

_Nost: You can pass additional options to the istanbul reporter using the tuple form. For example:
_Note: You can pass additional options to the istanbul reporter using the tuple form. For example:_

```js
["json", ["lcov", { "projectRoot": "../../"}]]
```json
["json", ["lcov", {"projectRoot": "../../"}]]
```

### `coverageThreshold` [object]
Expand Down

0 comments on commit 7faed10

Please sign in to comment.