blob: badad26b8f28bc3e6bdd733fc6b8c45d5fcf724f (
plain)
1
2
3
4
5
6
7
8
9
|
import XCTest
@testable import Patterns
final class PatternTests: XCTestCase {
func testExample() throws {
// Should update when I figure out how to best test SwiftUI views
XCTAssertEqual(true, true)
}
}
|