mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-06-25 03:16:32 +02:00
Add projects
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import XCTest
|
||||
|
||||
#if !canImport(ObjectiveC)
|
||||
public func allTests() -> [XCTestCaseEntry] {
|
||||
return [
|
||||
testCase(SplitViewTests.allTests),
|
||||
]
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user