iOS/Tests/App/Widgets/WidgetsSizeTests.swift

9 lines
185 B
Swift

@testable import Extensions_Widgets
import Testing
struct WidgetsSizeTests {
@Test func testWidgetsSizes() async throws {
WidgetActionsAppIntent(actions: .init()).
}
}