We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f7fb1 commit bd2aadbCopy full SHA for bd2aadb
src/client/testing/testController/common/testProjectRegistry.ts
@@ -293,7 +293,7 @@ export class TestProjectRegistry {
293
const parentPath = parent.projectUri.fsPath;
294
const childPath = child.projectUri.fsPath;
295
296
- if (isParentPath(parentPath, childPath)) {
+ if (isParentPath(childPath, parentPath)) {
297
nestedPaths.push(childPath);
298
traceVerbose(`[test-by-project] Nested: ${child.projectName} under ${parent.projectName}`);
299
}
0 commit comments