mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 19:20:22 +00:00
chore(lint): drop stale repo lint comments
This commit is contained in:
@@ -150,7 +150,6 @@ describe("CronService read ops while job is running", () => {
|
||||
if (!internal.state?.running) {
|
||||
break;
|
||||
}
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
await Promise.resolve();
|
||||
}
|
||||
expect(internal.state?.running).toBe(false);
|
||||
|
||||
Reference in New Issue
Block a user