From 9a4f9ecde31455fe43309f12dfbe02a0358bd1a4 Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Sat, 11 Jul 2026 12:20:15 +0800 Subject: [PATCH] =?UTF-8?q?sprint:=20mark=20exit=20criteria=20complete=20?= =?UTF-8?q?=E2=80=94=20263=20backend=20tests,=2030=20frontend=20tests=20al?= =?UTF-8?q?l=20passing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- specs/sprint-06-code-quality.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/sprint-06-code-quality.md b/specs/sprint-06-code-quality.md index 4cbbd00..f6ac8b3 100644 --- a/specs/sprint-06-code-quality.md +++ b/specs/sprint-06-code-quality.md @@ -106,6 +106,6 @@ - [x] CI workflows are DRY (or documented why they can't be) (or documented why they can't be) - [x] Login.svelte is SSR-safe - [x] No legacy localStorage refresh token logic (or clearly documented) (or clearly documented) -- [ ] All backend tests pass -- [ ] All frontend tests pass +- [x] All backend tests pass +- [x] All frontend tests pass - [x] `npm run build` succeeds