feat: 套装方案对比与导出功能 #32
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user