From 060075e8c83c9c36adfda9f72b14a69082d76623 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 35c1f4b299debda..c8609ed43b354e2 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.