Skip to content

Commit ff238b5

Browse files
yardenshohamgnapse
authored andcommitted
docs: typo in to-have-attribute.js (#130)
Line 45: Asymettic matchers --> Asymmetric matchers
1 parent a204bae commit ff238b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/to-have-attribute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test('.toHaveAttribute', () => {
4242
expect({thisIsNot: 'an html element'}).not.toHaveAttribute(),
4343
).toThrowError()
4444

45-
// Asymettic matchers
45+
// Asymmetric matchers
4646
expect(queryByTestId('ok-button')).toHaveAttribute(
4747
'type',
4848
expect.stringContaining('sub'),

0 commit comments

Comments
 (0)