Hacker News
- Show HN: React component for A/B testing. What do you think? https://github.com/react-alpha-beta/alphabeta#alphabeta 2 comments
- Testing React 16.3+ Components with react-test-renderer (without Enzyme) https://medium.com/@dupski/testing-react-16-3-components-with-react-test-renderer-without-enzyme-d9c65d689e88 5 comments reactjs
- How many of you guys are actually testing your React and Apollo components with react-testing-library? https://github.com/benawad/apollo-mocked-provider 22 comments reactjs
- Testing React components http://nerdblog.pl/post/166842840969/testing-react-components 10 comments reactjs
- How do you determine what to test in a React app component? https://codepen.io/mildredthecat/pen/abLejVx?editors=0010 3 comments webdev
- My Simple Checklist For Well Tested React Components https://www.chakshunyu.com/blog/my-simple-checklist-for-well-tested-react-components/?utm_source=reddit&utm_medium=social&utm_campaign=r_webdev 3 comments webdev
- Introduction to Testing React Components https://youtu.be/bHvsXYziW1E 6 comments reactjs
- Testing React Components With Accessibility Roles https://reactivestack.com/posts/testing-react-accessibility 4 comments reactjs
- React — unit testing HOC’s wrapped component https://medium.com/c-hive/test-hocs-wrapped-component-with-jest-and-enzyme-e9155f80a217 3 comments reactjs
- What's the consensus among the React community for testing React components? https://blog.kentcdodds.com/why-i-never-use-shallow-rendering-c08851a68bb7 7 comments reactjs
- Approaches to testing React components - an overview http://reactkungfu.com/2015/07/approaches-to-testing-react-components-an-overview/ 4 comments reactjs
- Unit testing React components without the DOM http://simonsmith.io/unit-testing-react-components-without-a-dom/ 3 comments reactjs
- What Are Proper Use Cases For Snapshot Testing React Components? https://www.chakshunyu.com/blog/what-are-proper-use-cases-for-snapshot-testing-react-components/?utm_source=reddit&utm_medium=social&utm_campaign=r_javascript 4 comments javascript
- React testing library and react-hook-form components https://codesandbox.io/s/react-hook-test-mxi9j?file=/src/Login.test.js 5 comments reactjs
- Seven examples to test your React components with Jest and @testing-library https://mintel.me/testing-react-components-with-jest-and-testing-library/ 5 comments reactjs
- How do you know how much to test when testing React Components? https://www.reddit.com/r/webdev/comments/aerw3e/how_do_you_know_how_much_to_test_when_testing/ 4 comments webdev
- How to Test React Components using Jest and Enzyme https://blog.bitsrc.io/how-to-test-react-components-using-jest-and-enzyme-fab851a43875 11 comments reactjs
- Testing React components with Jest and Enzyme https://hackernoon.com/testing-react-components-with-jest-and-enzyme-41d592c174f 9 comments reactjs
- Testing React components with Jest and Enzyme https://medium.com/@sapegin/testing-react-components-with-jest-and-enzyme-41d592c174f#.moap4oh70 6 comments reactjs
- Testing React Components with Mocha and JSDOM http://hellote.com/testing-react-components-with-mocha-and-jsdom/ 3 comments reactjs
- Testing React components: Enzyme vs React Testing Library https://claritydev.net/blog/testing-react-components-enzyme-vs-react-testing-l 6 comments reactjs
- Now you can use shallow rendering for testing React components with hooks https://github.com/mikeborozdin/jest-react-hooks-shallow 18 comments javascript
- Easily test your React components with Jest snapshots https://blog.bam.tech/developper-news/react-jest-snapshots 5 comments reactjs
- Testing Components built using React Hooks with Jest + Enzyme https://itnext.io/testing-components-built-using-react-hooks-with-jest-enzyme-edb87d703756 7 comments reactjs
- Testing Stateful Functional React Components with React Testing Library https://www.robertcooper.me/testing-stateful-functional-react-components-with-react-testing-library 10 comments reactjs
- Testing of React components with a real Redux store https://react.christmas/2018/5 5 comments reactjs
- React Native grey and black box testing at the component level! https://github.com/newsuk/fructose 3 comments reactnative
- React Cornea: A testing utility for generating visual diffs of your React components https://github.com/gios-asu/react-cornea 3 comments reactjs
- How to Test Fetch or Axios in a React Component with Mock Service Worker(MSW) https://youtu.be/dReoPIwDccY 4 comments reactjs
- Unit-testing React components has recently gotten much easier. Here's a detailed explainer. https://blog.algolia.com/how-we-unit-test-react-components-using-expect-jsx/ 10 comments reactjs
- How to Test with Jest and Enzyme. Full Instruction on React Components Testing https://djangostars.com/blog/what-and-how-to-test-with-enzyme-and-jest-full-instruction-on-react-component-testing/ 9 comments javascript
- Chromatic – UI Testing for React. Chromatic ensures UI consistency in React components, down to the pixel. Every commit is automatically tested for visual changes https://www.chromaticqa.com/ 7 comments reactjs
- How we unit test React components using expect-jsx https://blog.algolia.com/how-we-unit-test-react-components-using-expect-jsx/?utm_medium=social-owned&utm_source=reddit&utm_campaign=ReactJS 4 comments reactjs
- Building a newsreader using the HackerNews Api, React, React Testing Library, Styled Components, Axios & Memo https://www.youtube.com/watch?v=7DLRJj1YjvQ 10 comments reactjs
- Testing React Components – Compressed knowledge from writing thousands of tests and a solution for making testing easy https://medium.com/@skidding/testing-react-components-30516bc6a1b3 5 comments reactjs
- React Colorful v2.0.3 – a lightweight color picker component. Modular, customizable, well-tested, supports a variety of color inputs. https://github.com/omgovich/react-colorful 22 comments reactjs
- Testing React functional component using hooks useEffect, useDispatch and useSelector in shallow renderer with Jest + Enzyme https://medium.com/@pylnata/testing-react-functional-component-using-hooks-useeffect-usedispatch-and-useselector-in-shallow-9cfbc74f62fb 32 comments reactjs
- Writing test with react-speech-recognition and Jest/React Testing Library - partial mocks and checking sub component https://jestjs.io/docs/mock-functions#mocking-partials 2 comments reactjs
- How can I use jest mock in a onClick element inside a component without props? (React testing library) https://github.com/testing-library/react-testing-library 13 comments reactjs
- I had my doubts how and when the different react (pure, function, should...) components were updating, so I decided to create a small demo test: https://codesandbox.io/s/rlkjpr2krm 6 comments reactjs