// @testable import ComponentLibrary
// import SnapshotTesting
// import SwiftUI
// import XCTest
//
// final class ClipCardTests: XCTestCase {
//    func testSnapshot() {
//        diffTool = "open"
//
//        let view = ClipCard_Previews.previews
//
//        assertSnapshots(of: view, as: [
//            .image(traits: UITraitCollection(userInterfaceStyle: .light)),
//            .image(traits: UITraitCollection(userInterfaceStyle: .dark)),
//        ])
//    }
// }
