mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-08 06:42:04 +01:00
8 lines
134 B
Swift
8 lines
134 B
Swift
|
import XCTest
|
||
|
|
||
|
import StringsConvertorTests
|
||
|
|
||
|
var tests = [XCTestCaseEntry]()
|
||
|
tests += StringsConvertorTests.allTests()
|
||
|
XCTMain(tests)
|