mirror of
https://github.com/readest/readest.git
synced 2026-04-29 03:50:52 +00:00
8 lines
188 B
Swift
8 lines
188 B
Swift
import XCTest
|
|
@testable import NativeBridgePlugin
|
|
|
|
final class NativeBridgePluginTests: XCTestCase {
|
|
func testNativeBridge() throws {
|
|
let plugin = NativeBridgePlugin()
|
|
}
|
|
}
|