]> git.r.bdr.sh - rbdr/patterns/blob - Tests/PatternsTests/DummyTest.swift
Add the files
[rbdr/patterns] / Tests / PatternsTests / DummyTest.swift
1 import XCTest
2 @testable import Patterns
3
4 final 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 }