mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-25 11:46:06 +02:00
13 lines
318 B
Swift
13 lines
318 B
Swift
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
import XCTest
|
|
@testable import ClipboardPlugin
|
|
|
|
final class ClipboardPluginTests: XCTestCase {
|
|
func testClipboard() throws {
|
|
let plugin = ClipboardPlugin()
|
|
}
|
|
}
|