What should be avoided when using snapshot testing?
Snapshot tests for non-UI logic
Frequent changes to the snapshot without validating
Using Jest’s toMatchSnapshot() in all tests
Both B and C
This question is part of this quiz :