mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-25 13:17:47 +02:00
9 lines
176 B
Swift
9 lines
176 B
Swift
import XCTest
|
|
@testable import ClipboardPlugin
|
|
|
|
final class ClipboardPluginTests: XCTestCase {
|
|
func testClipboard() throws {
|
|
let plugin = ClipboardPlugin()
|
|
}
|
|
}
|