fix: 居家呵护套装精油数量22→23,修复单元测试
Some checks failed
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 5s
Test / build-check (push) Successful in 4s
PR Preview / test (pull_request) Successful in 6s
PR Preview / deploy-preview (pull_request) Successful in 14s
Test / e2e-test (push) Failing after 3m8s
Some checks failed
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 5s
Test / build-check (push) Successful in 4s
PR Preview / test (pull_request) Successful in 6s
PR Preview / deploy-preview (pull_request) Successful in 14s
Test / e2e-test (push) Failing after 3m8s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -103,10 +103,10 @@ describe('Kit Configuration', () => {
|
|||||||
expect(kit.oils).toHaveLength(11)
|
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')
|
const kit = KITS.find(k => k.id === 'home3988')
|
||||||
expect(kit.price).toBe(3988)
|
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', () => {
|
it('全精油 has 80 oils at ¥17700 with bottleCount for coconut oil', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user