Files
SwiftUI/Other Projects/SplitView/Tests/SplitViewTests/SplitViewTests.swift
Ivan Vorobei 48001a8e9a Update
2019-06-26 22:12:35 +03:00

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),
]
}