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