mirror of
https://github.com/github/semantic.git
synced 2024-12-24 15:35:14 +03:00
11 lines
143 B
Swift
11 lines
143 B
Swift
|
final class DiffTests: XCTestCase {
|
||
|
override static func setUp() {
|
||
|
sranddev()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
@testable import Doubt
|
||
|
import SwiftCheck
|
||
|
import XCTest
|