Skip to content

Commit 746c6ca

Browse files
authored
docs: Fix typo at toHaveStyle function description (#558)
1 parent b7b7c6a commit 746c6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/matchers.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ declare namespace matchers {
344344
* Only matches if the element has *all* the expected properties applied, not just some of them.
345345
* @example
346346
* <button
347-
* data-test-id="submit-button"
347+
* data-testid="submit-button"
348348
* style="background-color: green; display: none"
349349
* >
350350
* submit

0 commit comments

Comments
 (0)