IceCubesApp/Packages/Routeur/Tests/RouteurTests/RouteurTests.swift

12 lines
340 B
Swift
Raw Normal View History

2022-11-29 10:46:02 +00:00
import XCTest
@testable import Routeur
final class RouteurTests: 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(Routeur().text, "Hello, World!")
}
}