ios-testing

Installation
SKILL.md

iOS Testing

Testing patterns for Swift and SwiftUI apps.

Unit Tests

Basic Unit Test

import XCTest
@testable import MyApp

class UserViewModelTests: XCTestCase {
    var sut: UserViewModel!
    var mockService: MockUserService!
Installs
16
GitHub Stars
53
First Seen
Feb 20, 2026
ios-testing — ahmed3elshaer/everything-claude-code-mobile