🛠️ 작업 내용
@Reactor(.noAction)
final class TestReactor: Reactor {
// Begin expansion of "@Reactor(.noAction)"
typealias Action = NoAction
var intialState: State
// End expansion of "@Reactor(.noAction)"
struct State { }
init() { self.initialState = State() }
}
📄 기타
- 주석화된 문서 작성하기
- XCTest 케이스 작성하기
검증 완료
🛠️ 작업 내용
📄 기타
검증 완료