swift-libs/Tests/SwiftLibsTests/SwiftLibsTests.swift
2023-04-15 01:10:38 +02:00

12 lines
346 B
Swift

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