mirror of https://gitee.com/bigwinds/arangodb
jslint
This commit is contained in:
parent
192ecd2f75
commit
d620d5c720
|
@ -40,7 +40,7 @@ const testPaths = {
|
|||
|
||||
function paths_server(options) {
|
||||
let testCases = tu.scanTestPaths(testPaths.paths_server);
|
||||
return tu.performTests(options, testCases, fs.join('server_paths', "some dog", "ла́ять", "犬", "Kläffer") , tu.runThere);
|
||||
return tu.performTests(options, testCases, require("fs").join('server_paths', "some dog", "ла́ять", "犬", "Kläffer") , tu.runThere);
|
||||
}
|
||||
|
||||
exports.setup = function (testFns, defaultFns, opts, fnDocs, optionsDoc, allTestPaths) {
|
||||
|
|
Loading…
Reference in New Issue