FastLayoutTests.swift 349 B

1234567891011
  1. import XCTest
  2. @testable import FastLayout
  3. final class FastLayoutTests: XCTestCase {
  4. func testExample() throws {
  5. // This is an example of a functional test case.
  6. // Use XCTAssert and related functions to verify your tests produce the correct
  7. // results.
  8. XCTAssertEqual(FastLayout().text, "Hello, World!")
  9. }
  10. }