generated from StanfordSpezi/SpeziTemplateApplication
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2321cb8
commit a691aba
Showing
8 changed files
with
21 additions
and
228 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
ENGAGE-HF.xcodeproj/project.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// | ||
// This source file is part of the ENGAGE-HF project based on the Stanford Spezi Template Application project | ||
// | ||
// SPDX-FileCopyrightText: 2023 Stanford University | ||
// | ||
// SPDX-License-Identifier: MIT | ||
// | ||
|
||
import XCTest | ||
|
||
|
||
final class ENGAGEHFUITests: XCTestCase { | ||
override func setUpWithError() throws { | ||
continueAfterFailure = false | ||
} | ||
|
||
func testExample() throws { | ||
let app = XCUIApplication() | ||
app.launch() | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.