mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-14 02:42:24 +03:00
The tip has been NOT release-green since #12950 landed: its new unit test casts the module's `__testing` export to `any` three times, and `@typescript-eslint/no-explicit-any` is an error under `tests/` (#6218). `__testing` already exposes a fully typed `upsertConnection`, so the casts are dropped; the test keeps passing (3/3) and `npm run lint` on the tip goes from 3 errors to 0. Refs #12732