Files
FrenoCorp/Lendair/LendairTests/LendairTests.swift
Michael Freno 3bf7235461 Add CI/CD pipelines for Lendair (iOS + web) [FRE-4690]
- iOS: swift lint, build verification, and test on PR
- Web: typecheck, vitest tests, build, and Vercel deployment (ready for web project)
- Package.swift: defines Lendair as buildable Swift package
- Test target: LendairTests with XCTest boilerplate

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-07 22:54:21 -04:00

8 lines
121 B
Swift

import XCTest
class LendairTests: XCTestCase {
func testPackageLoads() throws {
XCTAssertTrue(true)
}
}