import XCTest @testable import dots final class dotsTests: XCTestCase { func testExample() throws { XCTAssert(true) } }