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
fix: remove unused variables in SpecViewConfig.test.tsx to fix TS6133 errors
The capturedKanbanSchema and capturedCalendarSchema variables were
assigned in mock callbacks but never read in assertions. The unused
props parameter in ObjectGrid mock was also prefixed with underscore.
These caused TypeScript noUnusedLocals/noUnusedParameters errors that
broke the console build in CI.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments