forked from akai/readest
a72c8f2391
* fix: layout tweaks for mobile * refactor: rename plugin safari-auth to native-bridge
9 lines
188 B
Swift
9 lines
188 B
Swift
import XCTest
|
|
@testable import NativeBridgePlugin
|
|
|
|
final class NativeBridgePluginTests: XCTestCase {
|
|
func testNativeBridge() throws {
|
|
let plugin = NativeBridgePlugin()
|
|
}
|
|
}
|