mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
9 lines
129 B
Swift
9 lines
129 B
Swift
import XCTest
|
|
@testable import dots
|
|
|
|
final class dotsTests: XCTestCase {
|
|
func testExample() throws {
|
|
XCTAssert(true)
|
|
}
|
|
}
|