Files
Easytier_lkddi/tauri-plugin-vpnservice/ios/Tests/PluginTests/PluginTests.swift
T

9 lines
168 B
Swift
Raw Normal View History

2024-07-15 00:03:55 +08:00
import XCTest
@testable import ExamplePlugin
final class ExamplePluginTests: XCTestCase {
func testExample() throws {
let plugin = ExamplePlugin()
}
}