// @testable import ComponentLibrary
// import SnapshotTesting
// import SwiftUI
// import XCTest
//
// final class SignInButtonTests: XCTestCase {
//    func testSnapshot() {
//        diffTool = "open"
//
//        let view = SignInButton_Previews.previews
//            .frame(width: 375)
//
////        assertSnapshots(
////            matching: view,
////            as: [
////                .image(traits: UITraitCollection(userInterfaceStyle: .light)),
////                .image(traits: UITraitCollection(userInterfaceStyle: .dark))
////            ],
////            record: false
////        )
//    }
// }
