/* @vitest-environment jsdom */ import { render, screen } from '@testing-library/react'; import { expect, test } from 'vitest'; import { PlatformIconButton } from './PlatformIconButton'; test('renders platform icon button with accessible label and icon chrome', () => { render(