//! Component unit tests for GPUI UI Kit
//!
//! Tests that verify component behavior and creation.
//!
//! ## Structure
//!
//! - `components/mod.rs` - Shared test utilities and setup
//! - `components/<component>_test.rs` - Individual component tests
//!
//! ## Running
//!
//! ```bash
//! cargo test --test component_tests
//! ```