Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[# 204] 식물 추가 페이지 상단 x 버튼 클릭시 뒤로가기가 아닌 메인페이지로 가도록 수정 #205

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

gihwan-dev
Copy link
Collaborator

What is this PR? 🔍

식물 추가 페이지 상단 x 버튼 클릭시 뒤로가기가 아닌 메인페이지로 가도록 수정했습니다.

Changes 📝

  • AddPlantPage 컴포넌트의 Header 버튼이 goBack이 아닌 replace('/")를 실행하도록 변경

Screenshot 📷

Copy link

vercel bot commented Sep 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dnd-11th-8-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 9, 2024 11:10am
dnd-11th-8-frontend-rvo5 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 9, 2024 11:10am

@gihwan-dev
Copy link
Collaborator Author

Test Coverage

[email protected] coverage /home/runner/work/dnd-11th-8-frontend/dnd-11th-8-frontend
vitest run --coverage

RUN v2.0.5 /home/runner/work/dnd-11th-8-frontend/dnd-11th-8-frontend
Coverage enabled with v8

src/test/utils/dateUtils.test.ts (4 tests) 4ms
src/test/utils/validation.test.ts (2 tests) 4ms
src/test/utils/SomeTest.test.tsx (1 test) 59ms
src/test/utils/sum.test.ts (1 test) 3ms

Test Files 4 passed (4)
Tests 8 passed (8)
Start at 11:10:39
Duration 3.63s (transform 80ms, setup 762ms, collect 68ms, tests 70ms, environment 1.93s, prepare 397ms)

% Coverage report from v8

=============================== Coverage summary ===============================

Statements   : 0.1% ( 9/8340 )
Branches     : 7% ( 18/257 )
Functions    : 5.53% ( 14/253 )
Lines        : 0.1% ( 9/8340 )
================================================================================

@gihwan-dev gihwan-dev merged commit c81db8e into main Sep 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 식물 등록 페이지 x 아이콘 누를시 홈 화면으로 돌아가도록 수정
1 participant