A shared tag with AI prompts and code snippets
From workspace: Windsurf
Team: Rules Directory
Total snippets: 1
1 snippet
--- 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...