Skip to content

Commit ffb2ab4

Browse files
committed
docs: add aimock repo callout to blog post
1 parent a32d2fb commit ffb2ab4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/blog/how-we-test-tanstack-ai-across-7-providers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,7 @@ A single aimock instance starts in `globalSetup` and is shared across all tests.
139139
aimock also has a recording mode: set a real API key, run the tests, and it captures live responses as fixture files. This makes it easy to add new tests or update existing fixtures when provider behavior changes.
140140

141141
This testing infrastructure is one of the things that makes [TanStack AI](https://tanstack.com/ai/latest) a reliable foundation for building AI-powered applications. If you're looking for an AI SDK that takes provider parity seriously, give it a try.
142+
143+
---
144+
145+
If you're interested in using aimock for your own project's LLM testing, check out the repo at [github.com/CopilotKit/aimock](https://github.com/CopilotKit/aimock). It's open source and works with any AI SDK, not just TanStack AI.

0 commit comments

Comments
 (0)