You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: use await import instead of require in rpc-headers test
Avoids the @typescript-eslint/no-var-requires lint error flagged in
review. Dynamic import + jest.resetModules() re-evaluates the module so
the RPC_HEADER_SECRET branch is still exercised per case.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments