From 142ad88cffebb5a69194f30e027e683943d35796 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Tue, 14 Apr 2026 12:59:53 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B1=85=E5=AE=B6=E5=91=B5=E6=8A=A4?= =?UTF-8?q?=E5=A5=97=E8=A3=85=E7=B2=BE=E6=B2=B9=E6=95=B0=E9=87=8F22?= =?UTF-8?q?=E2=86=9223=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/__tests__/kitCost.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/__tests__/kitCost.test.js b/frontend/src/__tests__/kitCost.test.js index 8d114a3..fcf91c3 100644 --- a/frontend/src/__tests__/kitCost.test.js +++ b/frontend/src/__tests__/kitCost.test.js @@ -103,10 +103,10 @@ describe('Kit Configuration', () => { expect(kit.oils).toHaveLength(11) }) - it('居家呵护 has 22 oils at ¥3988', () => { + it('居家呵护 has 23 oils at ¥3988', () => { const kit = KITS.find(k => k.id === 'home3988') expect(kit.price).toBe(3988) - expect(kit.oils).toHaveLength(22) + expect(kit.oils).toHaveLength(23) }) it('全精油 has 80 oils at ¥17700 with bottleCount for coconut oil', () => {