fix(home): 팔로잉 탭 후속 검증을 반영한다
This commit is contained in:
@@ -101,6 +101,16 @@ Live Action Phase 테스트 예시:
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.live.action.LiveActionCoordinatorUiGateTest"
|
||||
```
|
||||
|
||||
Home Following 최근 소식 테스트 예시:
|
||||
```bash
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.main.home.HomeFollowingNewsAdapterTest"
|
||||
```
|
||||
|
||||
Home Following 프로필 이미지 테스트 예시:
|
||||
```bash
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.main.home.HomeCreatorProfileImageLoaderTest"
|
||||
```
|
||||
|
||||
Creator/Community Action Phase 테스트 예시:
|
||||
```bash
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.action.*"
|
||||
|
||||
Reference in New Issue
Block a user