DEV Community

Thiago
Thiago

Posted on

Should I commit my snapshot folder tests?

The answer is YES: according to with jest documentation:

"all snapshot files should be committed alongside the modules they are covering and their tests"

https://jestjs.io/docs/snapshot-testing

Top comments (0)