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: remove unnecessary BlockContext wrapper from BottomBar CurrentTask test
Remove legacy BlockContext.Provider wrapper that is no longer needed.
CurrentTask component was migrated to use cn() helper and no longer uses
BlockContext internally, so the context wrapper in tests is unnecessary.
Changes:
- Removed BlockContext import
- Removed all BlockContext.Provider wrappers around component renders
- Tests still pass - component doesn't consume the context
Completes test cleanup for BEM migration.
0 commit comments