Files
chesskit-engine/Tests/ChessKitEngineTests/ChessKitEngineTests.swift
T
Paolo Di Lorenzo b2c7b151d0 Initial Commit
2023-04-13 15:00:23 -04:00

12 lines
361 B
Swift

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