Files

9 lines
168 B
Swift
Raw Permalink Normal View History

2024-07-15 00:03:55 +08:00
import XCTest
@testable import ExamplePlugin
final class ExamplePluginTests: XCTestCase {
func testExample() throws {
let plugin = ExamplePlugin()
}
}