Skip to content
Snippets Groups Projects

Release 1.0.0

1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
import XCTest
@testable import AppCore
@MainActor
final class AppCoreTests: XCTestCase {
func testExample() async throws {
XCTAssert(true)
}
}
Loading