Skip to content

Commit a66381a

Browse files
committed
fix tests
1 parent b92adf5 commit a66381a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/expectations/complex-tree-results.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,26 @@
44
"path": "test/fixture/complex/jquery/jquery-2.0.3.js",
55
"escapedPath": "test/fixture/complex/jquery/jquery-2.0.3.js",
66
"complexity": 1468,
7-
"lineNumber": 4432,
7+
"lineCount": 4432,
8+
"functionCount": 551,
89
"maintainability": 84188538,
910
"halstead": { "length": 28743, "vocabulary": 1648, "difficulty": 274, "bugs": 102 }
1011
},
1112
{
1213
"path": "test/fixture/complex/jquery/min/jquery-2.0.3.min.js",
1314
"escapedPath": "test/fixture/complex/jquery/min/jquery-2.0.3.min.js",
1415
"complexity": 1195,
15-
"lineNumber": 2825,
16+
"lineCount": 2825,
17+
"functionCount": 551,
1618
"maintainability": 104949018,
1719
"halstead": { "length": 28696, "vocabulary": 1262, "difficulty": 355, "bugs": 99 }
1820
},
1921
{
2022
"path": "test/fixture/complex/empty.js",
2123
"escapedPath": "test/fixture/complex/empty.js",
2224
"complexity": 1,
23-
"lineNumber": 0,
25+
"lineCount": 0,
26+
"functionCount": 0,
2427
"maintainability": 0,
2528
"halstead": { "length": 0, "vocabulary": 0, "difficulty": 0, "bugs": 0 }
2629
}

0 commit comments

Comments
 (0)