Skip to content

Commit 0b87559

Browse files
committed
[test] Rename tree/ fixtures test folder into fixture/
1 parent 052e6bd commit 0b87559

File tree

12 files changed

+59
-59
lines changed

12 files changed

+59
-59
lines changed

test/complex-tree-results.json

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"report" : [
3+
{
4+
"path": "test/fixture/complex/empty.js",
5+
"escapedPath": "test/fixture/complex/empty.js",
6+
"complexity": 1,
7+
"lineNumber": 0,
8+
"maintainability": 0,
9+
"halstead": { "length": 0, "vocabulary": 0, "difficulty": 0, "bugs": 0 }
10+
},
11+
{
12+
"path": "test/fixture/complex/jquery/jquery-2.0.3.js",
13+
"escapedPath": "test/fixture/complex/jquery/jquery-2.0.3.js",
14+
"complexity": 1468,
15+
"lineNumber": 4432,
16+
"maintainability": 84188538.2899597,
17+
"halstead": { "length": 28743, "vocabulary": 1648, "difficulty": 274, "bugs": 102 }
18+
},
19+
{
20+
"path": "test/fixture/complex/jquery/min/jquery-2.0.3.min.js",
21+
"escapedPath": "test/fixture/complex/jquery/min/jquery-2.0.3.min.js",
22+
"complexity": 1195,
23+
"lineNumber": 2825,
24+
"maintainability": 104949017.78561088,
25+
"halstead": { "length": 28696, "vocabulary": 1262, "difficulty": 355, "bugs": 99 }
26+
}
27+
],
28+
"fails" : [{ "ref": "test/fixture/complex/stuff", "message": "not a valid file" }]
29+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"report":
3+
[ { "path": "test/fixture/complex/empty.js",
4+
"escapedPath": "test/fixture/complex/empty.js",
5+
"complexity": 1,
6+
"lineNumber": 0,
7+
"maintainability": 0,
8+
"halstead": { "length": 0, "vocabulary": 0, "difficulty": 0, "bugs": 0 }
9+
}
10+
],
11+
"fails": [
12+
{
13+
"ref": "test/fixture/complex/stuff",
14+
"message": "not a valid file"
15+
},
16+
{
17+
"ref": "test/fixture/complex/jquery/jquery-2.0.3.js",
18+
"message": "not a valid file"
19+
},
20+
{
21+
"ref": "test/fixture/complex/jquery/min/jquery-2.0.3.min.js",
22+
"message": "not a valid file"
23+
}
24+
]
25+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)