import XCTest @testable import App class AppTests: XCTestCase { func testStub() throws { XCTAssert(true) } static let allTests = [ ("testStub", testStub), ] }