Vitest

A shared tag with AI prompts and code snippets

From workspace: Windsurf

Team: Rules Directory

Total snippets: 1

Windsurf

Vitest

1 snippet

Rules for Vitest Testing

--- trigger: model_decision description: This rule explains the guidelines for writing Vitest tests for Next.js applications. --- # Testing Guidelines ## Testing Framework - `vitest` is used for testing - Tests are colocated next to the tested...