Skip to content

Commit

Permalink
Update Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Apr 2, 2024
1 parent 2321cb8 commit a691aba
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 228 deletions.

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 21 additions & 0 deletions ENGAGEHFUITests/ENGAGEHFUITests.swift
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()
}
}
224 changes: 0 additions & 224 deletions ENGAGEHFUITests/OnboardingTests.swift

This file was deleted.

0 comments on commit a691aba

Please sign in to comment.