Skip to content

Commit

Permalink
Fix compiler errors from 3df262
Browse files Browse the repository at this point in the history
  • Loading branch information
berickson1 committed May 12, 2020
1 parent 64b3c12 commit 30da26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/testing-library__jest-dom/index.d.ts
Expand Up @@ -292,7 +292,7 @@ declare namespace jest {
* @see
* [testing-library/jest-dom#tohavedisplayvalue](https:github.com/testing-library/jest-dom#tohavedisplayvalue)
*/
toHaveDisplayValue(value: string | RegExp | (string|RegExp)[]): R;
toHaveDisplayValue(value: string | RegExp | Array<string | RegExp>): R;
/**
* @description
* Assert whether an element has focus or not.
Expand Down

0 comments on commit 30da26c

Please sign in to comment.