]> git.r.bdr.sh - rbdr/patterns/blame_incremental - Tests/PatternsTests/DummyTest.swift
Use CoreGraphics to draw instead of SwifTUI
[rbdr/patterns] / Tests / PatternsTests / DummyTest.swift
... / ...
CommitLineData
1import XCTest
2@testable import Patterns
3
4final class PatternTests: XCTestCase {
5 func testExample() throws {
6 // Should update when I figure out how to best test SwiftUI views
7 XCTAssertEqual(true, true)
8 }
9}