mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
15 lines
184 B
Swift
15 lines
184 B
Swift
import XCTest
|
|
@testable import XcodeGen
|
|
|
|
class XcodeGenTests: XCTestCase {
|
|
func testExample() {
|
|
|
|
|
|
}
|
|
|
|
|
|
static var allTests = [
|
|
("testExample", testExample),
|
|
]
|
|
}
|