mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 13:18:51 +00:00
test: fix doctor symlink cleanup
This commit is contained in:
parent
140ac29172
commit
94ceb2bbe9
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ describe("doctor state integrity oauth dir checks", () => {
|
|||
expect(fs.readdirSync(sessionsDir).some((name) => name.includes(".deleted."))).toBe(false);
|
||||
expect(stateIntegrityText()).not.toContain("These .jsonl files are no longer referenced");
|
||||
} finally {
|
||||
fs.rmSync(symlinkHome, { force: true });
|
||||
fs.rmSync(symlinkHome, { force: true, recursive: true });
|
||||
}
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue