WolfWith/Example/Tests/Tests.swift

9 lines
116 B
Swift

import XCTest
import WolfWith
class Tests: XCTestCase {
func test1() {
XCTAssert(true, "Pass")
}
}