Files
tauri-plugins-workspace/plugins/camera/ios/Tests/PluginTests/PluginTests.swift
T
2023-02-18 16:06:29 -03:00

9 lines
168 B
Swift

import XCTest
@testable import ExamplePlugin
final class ExamplePluginTests: XCTestCase {
func testExample() throws {
let plugin = ExamplePlugin()
}
}