Skip to content

Commit b6d828d

Browse files
committed
Revert "no need for nyc folder"
This reverts commit 8405114.
1 parent 8405114 commit b6d828d

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.nyc_output/no-information.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"no-coverage.js": {
3+
"path": "no-coverage.js",
4+
"s": {}
5+
}
6+
}

.nyc_output/out.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"main1.js": {
3+
"path": "main1.js",
4+
"s": {
5+
"0": 2,
6+
"1": 1,
7+
"2": 2,
8+
"3": 1
9+
}
10+
},
11+
12+
"main2.js": {
13+
"path": "/path/to/main2.js",
14+
"s": {
15+
"0": 2,
16+
"1": 1,
17+
"2": 2,
18+
"3": 1
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)