// // ProGateTests.swift // SportsTimeTests // import Testing import SwiftUI @testable import SportsTime struct ProGateTests { @Test func proGate_createsViewModifier() { // Just verify the modifier compiles and can be applied let _ = Text("Test").proGate(feature: .pdfExport) #expect(true) // If we got here, it compiles } }