// @testable import ComponentLibrary
// import SnapshotTesting
// import SwiftUI
// import XCTest
//
// final class HookCardTests: XCTestCase {
//    func testSnapshot() {
//        let view = HookCard_Previews.mockRow
//            .frame(width: 400, height: 300)
//            .background(Color.SemanticV1.backgroundPrimary)
//            .colorScheme(.dark)
//
//        assertSnapshots(of: view, as: [
//            .image(traits: UITraitCollection(userInterfaceStyle: .dark)),
//        ])
//    }
// }
