mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 22:09:57 +00:00
11 lines
226 B
Swift
11 lines
226 B
Swift
import Testing
|
|
@testable import Clawdis
|
|
|
|
@Suite(.serialized)
|
|
struct BridgeServerTests {
|
|
@Test func bridgeServerExercisesPaths() async {
|
|
let server = BridgeServer()
|
|
await server.exerciseForTesting()
|
|
}
|
|
}
|