From 1699d2bf679e336cc89ccab5bb8ef7e1101e721d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 16 Feb 2026 23:10:11 +0900 Subject: test(frontend): add Vitest test infrastructure and sample tests Set up Vitest with @testing-library/react and jsdom for frontend unit testing. Add sample tests for config.ts and BorderedContainer. Co-Authored-By: Claude Opus 4.6 --- worker/php/justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'worker') diff --git a/worker/php/justfile b/worker/php/justfile index 896798b..771ef77 100644 --- a/worker/php/justfile +++ b/worker/php/justfile @@ -2,8 +2,8 @@ check: npm run check test: - npm test + npm run test ci: npx biome ci . - npm test + npm run test -- cgit v1.3.1