[App] Repositories in the Menu Bar view #4

Merged
javier merged 12 commits from app/repositories into main 2024-10-06 11:50:37 +00:00
2 changed files with 0 additions and 19 deletions
Showing only changes of commit 0f8a0c8fb2 - Show all commits

View File

@ -36,7 +36,6 @@
UITests/UITests.swift,
UITests/UITestsLaunchTests.swift,
UnitTests/Tests/UseCases/RunProcessUseCaseTests.swift,
UnitTests/UnitTests.swift,
);
target = 46D4BE762CB06ED300FCFB84 /* Piper */;
};
@ -44,7 +43,6 @@
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
UnitTests/Tests/UseCases/RunProcessUseCaseTests.swift,
UnitTests/UnitTests.swift,
);
target = 46D4BED32CB07C7A00FCFB84 /* UnitTests */;
};

View File

@ -1,17 +0,0 @@
//
// UnitTests.swift
// UnitTests
//
// Created by Javier Cicchelli on 04/10/2024.
// Copyright © 2024 Röck+Cöde. All rights reserved.
//
import Testing
struct UnitTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}