From 30da26cf53f3713c0d4a812b67c5eb55d407486c Mon Sep 17 00:00:00 2001 From: Brent Erickson Date: Sun, 10 May 2020 20:00:16 -0700 Subject: [PATCH] Fix compiler errors from 3df262 --- types/testing-library__jest-dom/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/testing-library__jest-dom/index.d.ts b/types/testing-library__jest-dom/index.d.ts index 4a041f1908c1f4..406563f5992517 100644 --- a/types/testing-library__jest-dom/index.d.ts +++ b/types/testing-library__jest-dom/index.d.ts @@ -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): R; /** * @description * Assert whether an element has focus or not.