mirror of
https://github.com/metabolist/metatext.git
synced 2025-02-16 22:15:14 +00:00
9 lines
157 B
Swift
9 lines
157 B
Swift
import XCTest
|
|
|
|
#if !canImport(ObjectiveC)
|
|
public func allTests() -> [XCTestCaseEntry] {
|
|
return [
|
|
testCase(MastodonTests.allTests)
|
|
]
|
|
}
|
|
#endif
|