mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-08 06:42:04 +01:00
10 lines
166 B
Swift
10 lines
166 B
Swift
|
import XCTest
|
||
|
|
||
|
#if !canImport(ObjectiveC)
|
||
|
public func allTests() -> [XCTestCaseEntry] {
|
||
|
return [
|
||
|
testCase(StringsConvertorTests.allTests),
|
||
|
]
|
||
|
}
|
||
|
#endif
|