Tags: KarthickAthlet/react-testing-library
Tags
fix(TypeScript): add a definition for TextMatch (testing-library#52) * Add a definition for TextMatch and replace the query helper arguments with it.
feat(fireEvent): add fireEvent from dom-testing-library (testing-libr… …ary#48) * add fireEvent from dom-testing-library * add contributor * added docs * use document for synthetic events * added renderIntoDocument and clearDocument * added docs * update tests and README.md * fix typos * fix typo * update readme * fix typo * use beforeEach * added cleanup, removed clearDocument * use afterEach for cleanup * Update README.md
feat(matchers): add toHaveAttribute custom matcher (closes testing-li… …brary#43) (testing-library#44) * Add toHaveAttribute custom matcher * Add gnapse as contributor * Generate messages more consistent with jest's other matchers * Add comment to matcher hint * Add tests to cover toHaveAttribute custom matcher
fix(release): manually release a patch version There was an issue with a patch release, so this manual-releases.md change is to release a new patch version. Reference: testing-library#33
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)
PreviousNext