mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
11 lines
346 B
Swift
11 lines
346 B
Swift
import XCTest
|
|
@testable import XcodesKit
|
|
|
|
final class XcodesKitTests: XCTestCase {
|
|
func testExample() throws {
|
|
// This is an example of a functional test case.
|
|
// Use XCTAssert and related functions to verify your tests produce the correct
|
|
// results.
|
|
XCTAssertEqual(XcodesKit().text, "Hello, World!")
|
|
}
|
|
}
|