()
| 127 | |
| 128 | describe('getBadgeClass', () => { |
| 129 | const mockStyles = () => ({ |
| 130 | pluginMarketplaceCardBadge: 'badge', |
| 131 | pluginMarketplaceCardBadgeInstall: 'badge-install', |
| 132 | pluginMarketplaceCardBadgeAdd: 'badge-add', |
| 133 | pluginMarketplaceCardBadgeActive: 'badge-active', |
| 134 | pluginMarketplaceCardBadgeBlocked: 'badge-blocked', |
| 135 | pluginMarketplaceCardBadgeRequires: 'badge-requires', |
| 136 | }) |
| 137 |
nothing calls this directly
no outgoing calls
no test coverage detected