-
Notifications
You must be signed in to change notification settings - Fork 410
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleased
Description
Describe the feature you'd like:
Pass an object to the toHaveStyle
matcher. The object shape would be the same as the style object in React.
This would allow the tests to match the code conventions of a project using object-based CSS-in-JS and offer type checking/code completion.
Teachability, Documentation, Adoption, Migration Strategy:
Offered as an alternative for the string function signature.
expect(element).toHaveStyle({
padding: '10px',
marginTop: 5
});
kentcdodds, gnapse and JimmyPruitt
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersreleased