New rule: prefer-to-have-style #74
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
released
Create a new rule that auto-fixes
expect(el.style.foo).toBe("bar")
intoexpect(el).toHaveStyle({foo:"bar"})
The text was updated successfully, but these errors were encountered: