vChewing-macOS/Packages/vChewing_MainAssembly/Tests/MainAssemblyTests/MainAssemblyTests.swift

12 lines
335 B
Swift

@testable import MainAssembly
import XCTest
final class MainAssemblyTests: 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(MainAssembly().text, "Hello, World!")
}
}