We're doing snapshot testing of our components using Jest and I'd like to take snapshots at all the defined queries we have set for a component (as classnames/elements are conditionally rendered based on the containerQueryState). Is there a method/pattern/api that would facilitate this?