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 --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 4825e9d..3aa5762 100644 --- a/justfile +++ b/justfile @@ -59,5 +59,6 @@ check: test: cd backend; just test + cd frontend; just test + cd worker/php; just test cd worker/swift; just test - npm -w worker/php run test -- cgit v1.3.1