Skip to content

Commit 3cbdc2a

Browse files
committed
WIP
1 parent b297a61 commit 3cbdc2a

7 files changed

+7
-0
lines changed

Tests/Tests/ViewTypes/ButtonTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import SwiftUI
33
import SwiftUIIntrospect
44
import XCTest
55

6+
@MainActor
67
final class ButtonTests: XCTestCase {
78
#if canImport(AppKit)
89
typealias PlatformButton = NSButton

Tests/Tests/ViewTypes/DatePickerWithFieldStyleTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import SwiftUI
33
import SwiftUIIntrospect
44
import XCTest
55

6+
@MainActor
67
final class DatePickerWithFieldStyleTests: XCTestCase {
78
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
89
typealias PlatformDatePickerWithFieldStyle = NSDatePicker

Tests/Tests/ViewTypes/DatePickerWithStepperFieldStyleTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import SwiftUI
33
import SwiftUIIntrospect
44
import XCTest
55

6+
@MainActor
67
final class DatePickerWithStepperFieldStyleTests: XCTestCase {
78
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
89
typealias PlatformDatePickerWithStepperFieldStyle = NSDatePicker

Tests/Tests/ViewTypes/ListWithBorderedStyleTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import SwiftUIIntrospect
44
import XCTest
55

66
@available(macOS 12, *)
7+
@MainActor
78
final class ListWithBorderedStyleTests: XCTestCase {
89
#if canImport(AppKit)
910
typealias PlatformListWithBorderedStyle = NSTableView

Tests/Tests/ViewTypes/PickerWithMenuStyleTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import SwiftUI
33
import SwiftUIIntrospect
44
import XCTest
55

6+
@MainActor
67
final class PickerWithMenuStyleTests: XCTestCase {
78
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
89
typealias PlatformPickerWithMenuStyle = NSPopUpButton

Tests/Tests/ViewTypes/ToggleWithButtonStyleTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import SwiftUIIntrospect
44
import XCTest
55

66
@available(macOS 12, *)
7+
@MainActor
78
final class ToggleWithButtonStyleTests: XCTestCase {
89
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
910
typealias PlatformToggleWithButtonStyle = NSButton

Tests/Tests/ViewTypes/ToggleWithCheckboxStyleTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import SwiftUI
33
import SwiftUIIntrospect
44
import XCTest
55

6+
@MainActor
67
final class ToggleWithCheckboxStyleTests: XCTestCase {
78
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
89
typealias PlatformToggleWithCheckboxStyle = NSButton

0 commit comments

Comments
 (0)