Skip to content

Commit 9506525

Browse files
bartlomiejuclaude
andcommitted
fix: move deno-lint-ignore to cover function parameter
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 92371d8 commit 9506525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fresh/tests/test_utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ class PageWrapper implements Disposable, AsyncDisposable {
5757
return this.#page.waitForSelector(selector);
5858
}
5959

60-
// deno-lint-ignore no-explicit-any
6160
waitForFunction(
61+
// deno-lint-ignore no-explicit-any
6262
fn: (...args: any[]) => any,
6363
options?: { args?: unknown[] },
6464
) {

0 commit comments

Comments
 (0)