9 lines
121 B
Swift
9 lines
121 B
Swift
import XCTest
|
|
|
|
import SlackKitTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += SlackKitTests.__allTests()
|
|
|
|
XCTMain(tests)
|