mirror of
https://github.com/laosb/ReadabilityFramework.git
synced 2025-07-09 20:35:32 +00:00
Initial Commit
This commit is contained in:
commit
2640bebf90
6 changed files with 65 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
import XCTest
|
||||
@testable import ReadabilityFramework
|
||||
|
||||
final class ReadabilityFrameworkTests: 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.
|
||||
XCTAssertEqual(ReadabilityFramework().text, "Hello, World!")
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue