Use lcoal core when running our own tests in parallel

This commit is contained in:
Steve Gravrock
2022-09-18 19:59:21 -07:00
parent fe6762b470
commit dd98a45003
2 changed files with 2 additions and 4 deletions

View File

@@ -75,6 +75,7 @@ fs.readdirSync(rootPath).forEach(function(file) {
});
module.exports.files = {
self: __filename,
path: rootPath,
bootDir: rootPath,
bootFiles: bootFiles,