mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-14 13:13:28 +01:00
15 lines
354 B
Swift
Executable File
15 lines
354 B
Swift
Executable File
import XCTest
|
|
@testable import SplitView
|
|
|
|
final class SplitViewTests: XCTestCase {
|
|
func testExample() {
|
|
// This is an example of a functional test case.
|
|
// Use XCTAssert and related functions to verify your tests produce the correct
|
|
// results.
|
|
}
|
|
|
|
static var allTests = [
|
|
("testExample", testExample),
|
|
]
|
|
}
|