tauri/tooling/cli/templates/plugin/ios/Tests/PluginTests/PluginTests.swift
2023-02-11 10:30:44 -03:00

9 lines
168 B
Swift

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