11 lines
248 B
Swift
11 lines
248 B
Swift
import Testing
|
|
@testable import Clawdbot
|
|
|
|
@Suite(.serialized)
|
|
@MainActor
|
|
struct NodePairingApprovalPrompterTests {
|
|
@Test func nodePairingApprovalPrompterExercises() async {
|
|
await NodePairingApprovalPrompter.exerciseForTesting()
|
|
}
|
|
}
|