Bonnie SchulkinESLint, Prettier and VSCode TroubleshootingThis post has moved!Apr 26, 2022Apr 26, 2022
Bonnie SchulkinWhich Udemy React Testing Course is Right for You?April 2022 update: Now that React 18 is out and there’s still no official React 17 adapter for Enzyme, I can’t recommend Enzyme as a tool…Aug 22, 2021Aug 22, 2021
Bonnie SchulkininJavaScript in Plain EnglishGetting Started with Redux and Testing LibraryIf you’re reading this, I’m guessing you’re testing a Redux app with Testing Library. And you probably want some tests to start with the…Aug 13, 2021Aug 13, 2021
Bonnie SchulkininJavaScript in Plain EnglishTesting React Apps that use React RouterSo your React app, like a lot of modern apps, uses React Router to get users from one page to another. And you, like any thorough tester…Mar 30, 2021Mar 30, 2021
Bonnie SchulkininNerd For TechWhy are functional tests so much longer than unit tests?My unit testing background has trained me to write short tests, each covering one discrete piece of code. This makes unit tests simple to…Mar 8, 2021Mar 8, 2021
Bonnie SchulkininNerd For TechTesting Functions within Functional React ComponentsPeople are switching to functional components in React, and class-based components are quickly becoming a thing of the past. However, with…Mar 1, 2021Mar 1, 2021
Bonnie SchulkinWhen to Unit Test your React AppReact testing is trending toward functional testing. Is there still room for unit testing? Here are the places I still use unit tests.Feb 10, 2021Feb 10, 2021
Bonnie SchulkinTesting React: A convert’s journey from Enzyme to Testing LibraryI’m a big tester. Testing has saved my bacon enough times that I feel uneasy coding without it, like rock climbing without a rope. Even if…Nov 18, 2020Nov 18, 2020