Skip to content

Commit

Permalink
chore: test build error 수정 #245
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Mar 3, 2024
1 parent 07ea392 commit 1032399
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/mocks/homeHandler/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,74 +38,74 @@ export const MOCK_RECOMMEND_PRODUCTS = {
message: '추천 제품 조회 성공',
value: [
{
id: 1,
productNo: 1,
link: '/',
imageSource: '/assets/recommendItem1.png',
alt: '그림',
productName: '카샴푸',
},
{
id: 2,
productNo: 2,
link: '/',
imageSource: '/assets/recommendItem2.png',
alt: '그림',
productName: '휠 클리너',
},
{
id: 3,
productNo: 3,
link: '/',
imageSource: '/assets/recommendItem3.png',
alt: '그림',
productName: '타올',

},
{
id: 4,
productNo: 4,
link: '/',
imageSource: '/assets/recommendItem4.png',
alt: '그림',
productName: '먼지털이개',

},
{
id: 5,
productNo: 5,
link: '/',
imageSource: '/assets/recommendItem4.png',
alt: '그림',
productName: '먼지털이개',

},
{
id: 6,
productNo: 6,
link: '/',
imageSource: '/assets/recommendItem1.png',
alt: '그림',
productName: '카샴푸',
},
{
id: 7,
productNo: 7,
link: '/',
imageSource: '/assets/recommendItem1.png',
alt: '그림',
productName: '카샴푸',
},
{
id: 8,
productNo: 8,
link: '/',
imageSource: '/assets/recommendItem2.png',
alt: '그림',
productName: '휠 클리너',
},
{
id: 9,
productNo: 9,
link: '/',
imageSource: '/assets/recommendItem4.png',
alt: '그림',
productName: '먼지털이개',

},
{
id: 10,
productNo: 10,
link: '/',
imageSource: '/assets/recommendItem3.png',
alt: '그림',
Expand Down

0 comments on commit 1032399

Please sign in to comment.