Files
blockcatcher/node_modules/@capacitor/camera/ios/Tests/CameraPluginTests/CameraPluginTests.swift
metacryst 637c9e4674 init
2026-01-09 11:14:27 -06:00

13 lines
367 B
Swift

import XCTest
@testable import CameraPlugin
final class CameraPluginTests: 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
}
}