mirror of https://gitee.com/bigwinds/arangodb
lintify: break lines.
This commit is contained in:
parent
353c01f04f
commit
3060e1d63d
|
@ -2084,7 +2084,19 @@ testFuncs.authentication_parameters = function (options) {
|
|||
return results;
|
||||
};
|
||||
|
||||
var internalMembers = ["code", "error", "status", "duration", "failed", "total", "crashed", "all_ok", "ok", "message", "suiteName"];
|
||||
var internalMembers = [
|
||||
"code",
|
||||
"error",
|
||||
"status",
|
||||
"duration",
|
||||
"failed",
|
||||
"total",
|
||||
"crashed",
|
||||
"all_ok",
|
||||
"ok",
|
||||
"message",
|
||||
"suiteName"
|
||||
];
|
||||
|
||||
function unitTestPrettyPrintResults(r) {
|
||||
var testrun;
|
||||
|
|
Loading…
Reference in New Issue