DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Redux Ecosystem Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Redux Ecosystem
What category of test coverage is 'just as cheap' to write for a saga as the success path, per this topic, but is commonly skipped anyway?
A
Performance benchmarks
B
Error/failure paths via gen.throw() — no elaborate rejected-Promise mocking is needed, unlike equivalent async/await tests
C
UI snapshot tests
D
Type-checking tests
Check Answer