mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-23 18:01:16 +01:00
Add projects
This commit is contained in:
14
Examples/SplitView/Tests/SplitViewTests/SplitViewTests.swift
Executable file
14
Examples/SplitView/Tests/SplitViewTests/SplitViewTests.swift
Executable file
@@ -0,0 +1,14 @@
|
||||
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),
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user