mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-11 20:13:30 +08:00
Clarify cleanup comment scope in session-manager tests
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com>
This commit is contained in:
@@ -1600,7 +1600,8 @@ src/main.ts
|
|||||||
);
|
);
|
||||||
})) passed++; else failed++;
|
})) passed++; else failed++;
|
||||||
|
|
||||||
// Cleanup test environment for Rounds 95-98
|
// Cleanup test environment for Rounds 95-98 that needed sessions
|
||||||
|
// (Round 98: parseSessionFilename below doesn't need sessions)
|
||||||
process.env.HOME = origHome2;
|
process.env.HOME = origHome2;
|
||||||
if (origUserProfile2 !== undefined) {
|
if (origUserProfile2 !== undefined) {
|
||||||
process.env.USERPROFILE = origUserProfile2;
|
process.env.USERPROFILE = origUserProfile2;
|
||||||
|
|||||||
Reference in New Issue
Block a user