test(member-work-sync): allow preserving claude stop hook temp dirs
This commit is contained in:
parent
ca28e1cef6
commit
d0012ed4cc
1 changed files with 3 additions and 0 deletions
|
|
@ -165,6 +165,9 @@ liveDescribe('Member work sync Claude Stop hook live e2e', () => {
|
|||
});
|
||||
|
||||
afterAll(async () => {
|
||||
if (process.env.MEMBER_WORK_SYNC_CLAUDE_KEEP_TEMP === '1') {
|
||||
return;
|
||||
}
|
||||
await cleanupScopedClaudeStopHookLiveTempDirs();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue