MCPcopy Create free account
hub / github.com/TanStack/devtools / mockStyles

Function mockStyles

packages/devtools/src/tabs/marketplace/card-utils.test.ts:129–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127
128describe('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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected