PluginTests.swift 168 B

12345678
  1. import XCTest
  2. @testable import ExamplePlugin
  3. final class ExamplePluginTests: XCTestCase {
  4. func testExample() throws {
  5. let plugin = ExamplePlugin()
  6. }
  7. }