fix(review): drop redundant /* global */ comments (eslint no-redeclare)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-06-13 00:50:08 -07:00
parent 414e1a3bfb
commit 03a5d1eefb
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
/* global clearTimeout, setTimeout */
import { test } from "node:test";
import assert from "node:assert/strict";
import { EventEmitter } from "node:events";

View File

@@ -1,4 +1,3 @@
/* global clearInterval, clearTimeout, console, process, setInterval, setTimeout */
/**
* Shared, bounded test-invocation runner (the L2 watchdog layer).