assertive-ts icon indicating copy to clipboard operation
assertive-ts copied to clipboard

A type-safe fluent assertion library written in TypeScript and inspired by Jest assertions and the popular AssertJ

Results 13 assertive-ts issues
Sort by recently updated
recently updated
newest added

## Description Adds a new `toHaveTextContent` matcher to the React Native module, allowing you to match an element’s text content using a string, a regular expression, or a custom function.

This PR adds the `toContainElement()` matcher for React Native

enhancement

This PR adds the toHaveProp() matcher for React Native

enhancement