fix(review): drop redundant /* global */ comments (eslint no-redeclare)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* global clearTimeout, setTimeout */
|
||||
import { test } from "node:test";
|
||||
import assert from "node:assert/strict";
|
||||
import { EventEmitter } from "node:events";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* global clearInterval, clearTimeout, console, process, setInterval, setTimeout */
|
||||
|
||||
/**
|
||||
* Shared, bounded test-invocation runner (the L2 watchdog layer).
|
||||
|
||||
Reference in New Issue
Block a user