]> git.r.bdr.sh - rbdr/patterns/blame - Tests/PatternsTests/DummyTest.swift
Use CoreGraphics to draw instead of SwifTUI
[rbdr/patterns] / Tests / PatternsTests / DummyTest.swift
CommitLineData
8b0b5b39
RBR
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}