LarpixClient/node_modules/@capacitor/app/ios/Tests/AppPluginTests/AppPluginTests.swift
2026-05-17 21:46:12 +02:00

12 lines
361 B
Swift

import XCTest
@testable import AppPlugin
final class AppPluginTests: XCTestCase {
func testExample() throws {
// XCTest Documentation
// https://developer.apple.com/documentation/xctest
// Defining Test Cases and Test Methods
// https://developer.apple.com/documentation/xctest/defining_test_cases_and_test_methods
}
}