From af62665a18aff0360911ea2eebbf3fcba1945da1 Mon Sep 17 00:00:00 2001 From: Public Profile Date: Sat, 4 Jun 2022 23:24:45 -0700 Subject: [PATCH] add: @types/testing-library__jest-dom see https://github.com/testing-library/jest-dom/pull/460 --- examples/react-testing-lib/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/react-testing-lib/package.json b/examples/react-testing-lib/package.json index e893203d88eb..4129764421f6 100644 --- a/examples/react-testing-lib/package.json +++ b/examples/react-testing-lib/package.json @@ -20,6 +20,7 @@ "@testing-library/user-event": "^13.5.0", "@types/react": "^17.0.45", "@types/react-dom": "^17.0.17", + "@types/testing-library__jest-dom": "^5.14.3", "@vitejs/plugin-react": "^1.3.2", "@vitest/ui": "latest", "jsdom": "latest",