mirror of
https://github.com/readest/readest.git
synced 2026-04-29 12:00:49 +00:00
8 lines
168 B
Swift
8 lines
168 B
Swift
import XCTest
|
|
@testable import ExamplePlugin
|
|
|
|
final class ExamplePluginTests: XCTestCase {
|
|
func testExample() throws {
|
|
let plugin = ExamplePlugin()
|
|
}
|
|
}
|