10 lines
193 B
Swift
10 lines
193 B
Swift
|
|
import XCTest
|
||
|
|
@testable import Closer
|
||
|
|
|
||
|
|
final class CloserTests: XCTestCase {
|
||
|
|
func testExample() throws {
|
||
|
|
// Placeholder — add unit tests here.
|
||
|
|
XCTAssertTrue(true)
|
||
|
|
}
|
||
|
|
}
|