test: expand menu and node coverage
This commit is contained in:
10
apps/macos/Tests/ClawdisIPCTests/BridgeServerTests.swift
Normal file
10
apps/macos/Tests/ClawdisIPCTests/BridgeServerTests.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
import Testing
|
||||
@testable import Clawdis
|
||||
|
||||
@Suite(.serialized)
|
||||
struct BridgeServerTests {
|
||||
@Test func bridgeServerExercisesPaths() async {
|
||||
let server = BridgeServer()
|
||||
await server.exerciseForTesting()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user