Skip to content

Commit b861d43

Browse files
committed
docs: replace try-it section with TanStack AI callout, set draft to false
1 parent 4fdec29 commit b861d43

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

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

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'How We Test TanStack AI Across 7 Providers on Every PR'
33
published: 2026-04-13
4-
draft: true
4+
draft: false
55
excerpt: "TanStack AI runs 147 deterministic E2E tests across 7 LLM providers in under 2 minutes. Here's the testing infrastructure that makes it possible."
66
authors:
77
- Alem Tuzlak
@@ -136,14 +136,4 @@ A single aimock instance starts in `globalSetup` and is shared across all tests.
136136

137137
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.
138138

139-
## Try It
140-
141-
The entire E2E suite ships with TanStack AI. Clone the repo and run it:
142-
143-
```bash
144-
pnpm --filter @tanstack/ai-e2e test:e2e
145-
```
146-
147-
No API keys. No setup. 147 tests across 7 providers in about 2 minutes.
148-
149-
If you want to see what's being tested, browse `testing/e2e/fixtures/` for every fixture or `testing/e2e/tests/` for every spec file. It's all open source.
139+
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.

0 commit comments

Comments
 (0)