Some improvements

This commit is contained in:
Pedro Piñera 2018-07-23 07:07:09 -04:00
parent f4b35114ae
commit d93beff01f
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
import Basic
import Foundation
import XCTest
@testable import xpmkit
final class GraphLinterTests: XCTestCase {
var subject: GraphLinter!
override func setUp() {
super.setUp()
subject = GraphLinter()
}
}