Beam/DesignKitTests/DesignKitTests.swift
Doug 02eb4b35e2
Add SwiftFormat to the project. (#129)
* Run swiftformat for whitespace.
* Run swiftformat with some rules.
2022-07-06 14:49:05 +01:00

9 lines
147 B
Swift

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