1
0
Fork 0
This commit is contained in:
jsteemann 2019-05-09 19:08:49 +02:00
parent 192ecd2f75
commit d620d5c720
1 changed files with 1 additions and 1 deletions

View File

@ -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) {