mirror of https://github.com/nodejs/node.git
14 lines
253 B
JSON
14 lines
253 B
JSON
|
{
|
||
|
"name": "JSTests/Classes",
|
||
|
"path": ["."],
|
||
|
"main": "run.js",
|
||
|
"flags": ["--harmony-classes"],
|
||
|
"run_count": 5,
|
||
|
"units": "score",
|
||
|
"results_regexp": "^%s\\-Classes\\(Score\\): (.+)$",
|
||
|
"total": true,
|
||
|
"tests": [
|
||
|
{"name": "Super"}
|
||
|
]
|
||
|
}
|