Files
letro-ios/DesignKit/Tests/DesignKitTests.swift
Doug 1b6c067dde Break out DesignKit into its own sub-package (#459)
We'll be using https://github.com/vector-im/compound-ios eventually so this tidies up the Xcode project dependencies in the mean time.
2023-01-17 12:26:07 +00:00

9 lines
147 B
Swift

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