1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-28 08:09:38 +01:00

8 lines
134 B
Swift
Raw Normal View History

2021-02-22 16:20:23 +08:00
import XCTest
import StringsConvertorTests
var tests = [XCTestCaseEntry]()
tests += StringsConvertorTests.allTests()
XCTMain(tests)