mirror of
https://github.com/github/semantic.git
synced 2024-12-20 05:11:44 +03:00
14 lines
222 B
Swift
14 lines
222 B
Swift
final class DiffTests: XCTestCase {
|
|
override static func setUp() {
|
|
sranddev()
|
|
}
|
|
|
|
typealias Term = RangedTerm.Term
|
|
typealias Diff = Free<String, Patch<Term>>
|
|
}
|
|
|
|
|
|
@testable import Doubt
|
|
import SwiftCheck
|
|
import XCTest
|