judgeval
Version:
Judgment SDK for TypeScript/JavaScript
14 lines (13 loc) • 345 B
TypeScript
/**
* @file example.test.ts
* @description Tests for the Example and ExampleBuilder classes.
* This file tests:
* - Example construction and validation
* - ExampleBuilder pattern
* - JSON serialization
* - Default values and optional fields
* - Trace-related fields and validation
* - UUID generation
* - Error handling
*/
export {};