Skip to content

Commit

Permalink
Update .nycrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
philipstanislaus committed Feb 2, 2021
1 parent 4d28abd commit 74cfb29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"cache": false,
"extension": [".ts"],
"check-coverage": true,
"include": ["src/**"],
"reporter": ["html", "text", "text-summary", "lcov"],
"statements": 90,
"branches": 90,
"functions": 95,
"lines": 90
"reporter": ["html", "text", "text-summary", "lcov"]
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ You can provide a second argument to arrayToTree with configuration options. Rig

Example:


```js
const tree = arrayToTree([
{ num: '4', ref: null, custom: 'abc' },
Expand Down

0 comments on commit 74cfb29

Please sign in to comment.