mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +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)
|
|
}
|
|
}
|