Skip to content

Commit 396dc7d

Browse files
authored
feat(testing): add advanced assertion utilities for agent test framework (#976)
1 parent 5e2a4a4 commit 396dc7d

File tree

4 files changed

+641
-24
lines changed

4 files changed

+641
-24
lines changed

.changeset/sour-islands-cheer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@livekit/agents': patch
3+
---
4+
5+
Add advanced test utilities for test framework

agents/src/voice/testing/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export {
2424
AgentHandoffAssert,
2525
AssertionError,
2626
EventAssert,
27+
EventRangeAssert,
2728
FunctionCallAssert,
2829
FunctionCallOutputAssert,
2930
MessageAssert,

0 commit comments

Comments
 (0)