2021-12-23 02:56:05 +00:00
|
|
|
import XCTest
|
2021-12-23 03:53:41 +00:00
|
|
|
@testable import Twigs
|
2021-12-23 02:56:05 +00:00
|
|
|
|
|
|
|
final class twigsTests: XCTestCase {
|
|
|
|
func testExample() throws {
|
|
|
|
// This is an example of a functional test case.
|
|
|
|
// Use XCTAssert and related functions to verify your tests produce the correct
|
|
|
|
// results.
|
2021-12-23 03:44:47 +00:00
|
|
|
// XCTAssertEqual(twigs().text, "Hello, World!")
|
2021-12-23 02:56:05 +00:00
|
|
|
}
|
|
|
|
}
|