Skip to content

Commit 8cd2585

Browse files
fix(test_downstream_projects): push the full name to the success log (not just the project key to the success log.
The full name includes the parent name, i.e., sticky-states.create-react-app, not just create-react-app
1 parent f7d1fda commit 8cd2585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_downstream_projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function runDownstreamTests(key, upstreamPackages, downstreamTreeNode, successLo
225225
console.log(` ===> '${name}': Running tests <===`);
226226
runTests();
227227

228-
successLog.push(key);
228+
successLog.push(name);
229229
runningTestsFor = undefined;
230230

231231
console.log(` ===> '${name}': Reverting working copy <===`);

0 commit comments

Comments
 (0)