From b79603d5effe8bb9b0626ee5633c2bfb409addb9 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 19 May 2026 14:42:52 -0500 Subject: [PATCH] remove vitest --- .github/copilot-instructions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index c8971ac9fd..d87dbb239e 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -162,7 +162,6 @@ When reviewing code, do NOT comment on: - **Linting**: ESLint (see `web/.eslintrc.cjs`) - **Formatting**: Prettier with Tailwind CSS plugin - **Type Safety**: TypeScript strict mode enabled -- **Testing**: Vitest for unit tests ### Component Patterns