Initial Commit

This commit is contained in:
Michael Griebling
2023-01-02 07:41:00 -05:00
commit c364e56d31
5 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import XCTest
@testable import SwiftMathRender
final class SwiftMathRenderTests: 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(SwiftMathRender().text, "Hello, World!")
}
}