/tdprompt >
/tdprompt > npm run test
> cb-ai-prompt-formats@0.0.1 test
> dotenv mocha
Hello world arithmetic scenario - evaluating gemini20Flash
✔ should compute an arithmetic operation and return the total (693ms)
✔ should multiply the result by 10 (581ms)
✔ should divide the result by 4 (518ms)
Hello world arithmetic scenario - evaluating gemini20FlashLite
✔ should compute an arithmetic operation and return the total (432ms)
✔ should multiply the result by 10 (484ms)
✔ should divide the result by 4 (431ms)
Hello world arithmetic scenario - evaluating gemini25ProPreview0325
✔ should compute an arithmetic operation and return the total (6145ms)
✔ should multiply the result by 10 (3562ms)
✔ should divide the result by 4 (2805ms)
9 passing (16s)
/tdprompt >