We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a204bae commit ff238b5Copy full SHA for ff238b5
src/__tests__/to-have-attribute.js
@@ -42,7 +42,7 @@ test('.toHaveAttribute', () => {
42
expect({thisIsNot: 'an html element'}).not.toHaveAttribute(),
43
).toThrowError()
44
45
- // Asymettic matchers
+ // Asymmetric matchers
46
expect(queryByTestId('ok-button')).toHaveAttribute(
47
'type',
48
expect.stringContaining('sub'),
0 commit comments