Jest Glossary

Browse 1 jest terms defined in plain English, from the cultural dictionary of computing.

1 Jest Terms

Snapshot Test
An automated test that captures the serialized output of a component or function (such as rendered HTML or a JSON structure), saves it to a file, and on...

Related Topics