Files
2026-07-13 13:11:28 +08:00

9 lines
168 B
Swift
Vendored

import XCTest
@testable import ExamplePlugin
final class ExamplePluginTests: XCTestCase {
func testExample() throws {
let plugin = ExamplePlugin()
}
}