tauri/tooling/cli/templates/plugin/ios-spm/Tests/PluginTests/PluginTests.swift

9 lines
168 B
Swift
Raw Normal View History

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