mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-07-10 12:18:40 -07:00
11 lines
188 B
Swift
11 lines
188 B
Swift
import XCTest
|
|
|
|
import JSONAPITests
|
|
import JSONAPITestingTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += JSONAPITests.__allTests()
|
|
tests += JSONAPITestingTests.__allTests()
|
|
|
|
XCTMain(tests)
|