Skip to content

Commit 74cfb29

Browse files
Update .nycrc.json
1 parent 4d28abd commit 74cfb29

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.nycrc.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"cache": false,
33
"extension": [".ts"],
4-
"check-coverage": true,
54
"include": ["src/**"],
6-
"reporter": ["html", "text", "text-summary", "lcov"],
7-
"statements": 90,
8-
"branches": 90,
9-
"functions": 95,
10-
"lines": 90
5+
"reporter": ["html", "text", "text-summary", "lcov"]
116
}

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ You can provide a second argument to arrayToTree with configuration options. Rig
6868

6969
Example:
7070

71-
7271
```js
7372
const tree = arrayToTree([
7473
{ num: '4', ref: null, custom: 'abc' },

0 commit comments

Comments
 (0)