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