chore(lint): enable additional cleanup rules

This commit is contained in:
Peter Steinberger
2026-04-18 20:00:26 +01:00
parent 4fa961d4f1
commit 155162a8cd
22 changed files with 39 additions and 42 deletions

View File

@@ -144,7 +144,7 @@ function writeTrustedOpenClawBinFixture(
}
afterEach(() => {
for (const dir of tempDirs.splice(0, tempDirs.length)) {
for (const dir of tempDirs.splice(0)) {
fs.rmSync(dir, { recursive: true, force: true });
}
});