Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Testing
|
||||
@testable import SwiftRunnerTesting
|
||||
|
||||
@Test func expectWorld() async throws {
|
||||
#expect(sayHello() == "Hello, World!")
|
||||
}
|
||||
|
||||
@Test func expectAlex() async throws {
|
||||
#expect(sayHello(to: "Alex") == "Hello, Alex!")
|
||||
}
|
||||
Reference in New Issue
Block a user