litellm/ui/litellm-dashboard/e2e_tests/tests/settings
ryan-crabbe-berri 4f41a9e140 test(ui): drop the e2e typecheck CI gate, keep the typed import for the editor
The e2e runs against the real proxy, so a contract drift already fails the test at
runtime; tsc only checks the spec against schema.d.ts, a generated snapshot, so a
backend change with a stale snapshot would pass tsc while the live test still
catches it. The dedicated tsconfig + script + CI step were circular ceremony for
that. Keep the zero-runtime-cost type-only import, which still catches mistakes in
the editor, and make its comment honest about what enforces the contract.
2026-06-30 12:50:21 -07:00
..
adminSettings.spec.ts E2E Test - Can View Admin Setting Page 2026-01-05 19:51:01 -08:00
routerSettings.spec.ts test(ui): drop the e2e typecheck CI gate, keep the typed import for the editor 2026-06-30 12:50:21 -07:00