From 0059a21e4d610491e17ecb7134df0d78cf1802b4 Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Fri, 24 Jul 2020 10:33:39 +0300 Subject: [PATCH] Update install.md --- docs/dom-testing-library/install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/dom-testing-library/install.md b/docs/dom-testing-library/install.md index 77bdfb441..6709b6c09 100644 --- a/docs/dom-testing-library/install.md +++ b/docs/dom-testing-library/install.md @@ -35,6 +35,12 @@ install the wrapper: - [user-event](ecosystem-user-event.md) browser event simulation - [jest-dom](ecosystem-jest-dom.md) custom Jest matchers +- [bs-jest-dom](ecosystem-bs-jest-dom.md) companion library for `bs-react-testing-library` +- [jest-native](ecosystem-jest-native.md) companion library for `Native Testing Library` +- [react-select-event](ecosystem-react-select-event.md) companion library for `React Testing Library` +- [eslint-plugin-testing-library](ecosystem-eslint-plugin-testing-library.md) ESLint plugin for Testing Library +- [eslint-plugin-jest-dom](ecosystem-eslint-plugin-jest-dom.md) ESLint plugin for Jest DOM +- [riot-testing-library](ecosystem-riot-testing-library.md) adds APIs for working with Riot.js components ## Main Exports