Tags: ReactDOM/react-testing-library
Tags
fix(extend-expect): remove expect import Closes testing-library#34
fix(jest-matchers): message should be function and added test cases f… …or the coverage as well (testing-library#32)
feat(waitForExpect): add waitForExpect (testing-library#25) * added waitForExpect with test * added typescript and simplified version of the waitForExpect, used and exports its typings * added initial notes about waitForExpect * fixed styling * minor stylistic change * updated tests to remove the nesting * updated readme * fixed d .md syntax * improved style Closes testing-library#21
feat(matchers): add custom jest matchers (testing-library#13) * Improving API's for testing. * Improving Apis * Adding all contributions * Fixing wrong url * Fixing review comments & making colorful assertions :) * Removing unwanted changes * Fixing review comments * removing unwanted comments * Adding test cases for the coverage * removing commented code and making few changes to the contribution file * Updating the readme * Making line break changes * Update README.md
feat(render): add new query capabilities for improved tests (testing-… …library#17) **What**: Add the following methods - queryByText - getByText - queryByPlaceholderText - getByPlaceholderText - queryByLabelText - getByLabelText **Why**: Closes testing-library#16 These will really improve the usability of this module. These also align much better with the guiding principles 👍 **How**: - Created a `queries.js` file where we have all the logic for the queries and their associated getter functions - Migrate tests where it makes sense - Update docs considerably. **Checklist**: * [x] Documentation * [x] Tests * [x] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? --> * [ ] Added myself to contributors table N/A