Files
tauri-plugins-workspace/plugins/notification/ios/Tests/PluginTests/PluginTests.swift
T
2023-05-02 13:09:50 -03:00

9 lines
168 B
Swift

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