kevnm67/MobileCI

View on GitHub
AppEnvironment/Tests/AppEnvironmentTests/AppEnvironmentTests.swift

Summary

Maintainability
A
0 mins
Test Coverage
import XCTest
@testable import AppEnvironment

final class AppEnvironmentTests: XCTestCase {
    func testExample() {
        // This is an example of a functional test case.
        // Use XCTAssert and related functions to verify your tests produce the correct
        // results.
//        XCTAssertEqual(AppEnvironment().text, "Hello, World!")
    }

    static var allTests = [
        ("testExample", testExample),
    ]
}