rocketmake-mstest
Advanced tools
Comparing version
@@ -8,3 +8,3 @@ var MSTest = require('mstest'); | ||
var files = globby.sync(config.testLocation, {cwd: config.workingDir}); | ||
var files = globby.sync(config.testLocation, {cwd: config.workingDir}) | ||
var promises = []; | ||
@@ -17,3 +17,4 @@ | ||
var msTest = new MSTest(); | ||
msTest.testContainer = path.join(config.workingDir, files[key]); | ||
var filePath = files[key] | ||
msTest.testContainer = path.join(config.workingDir, filePath); | ||
msTest.details.errorMessage = true; | ||
@@ -26,3 +27,3 @@ msTest.details.errorStackTrace = true; | ||
done: function (results, passed, failed) { | ||
config.testAssemblyComplete(results, passed, failed); | ||
config.testAssemblyComplete(results, passed, failed, filePath); | ||
if (failed.length > 0) { | ||
@@ -29,0 +30,0 @@ d.reject("Tests failed"); |
{ | ||
"name": "rocketmake-mstest", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "globby": "^2.0.0", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1206
8.26%3
50%33
3.13%1
Infinity%