PluginTests.swift 310 B

123456789101112
  1. // Copyright 2019-2024 Tauri Programme within The Commons Conservancy
  2. // SPDX-License-Identifier: Apache-2.0
  3. // SPDX-License-Identifier: MIT
  4. import XCTest
  5. @testable import ExamplePlugin
  6. final class ExamplePluginTests: XCTestCase {
  7. func testExample() throws {
  8. let plugin = ExamplePlugin()
  9. }
  10. }