Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 401 Bytes

GLOSSARY.md

File metadata and controls

14 lines (8 loc) · 401 Bytes

selector

A Selector in enzyme is similar to a CSS selector, but can be a number of other things as well in order to easily specify a criteria by which you want to find nodes in an enzyme wrapper. See the Selector page for more information.

wrapper

A wrapper refers to the enzyme wrapper class that provides the API.

predicate

A function that returns true or false