Bonnie SchulkinESLint, Prettier and VSCode TroubleshootingThis post has moved!1 min read·Apr 26, 2022--
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…1 min read·Nov 18, 2020--
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…1 min read·Aug 13, 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…1 min read·Mar 8, 2021--
Jeff PUnit Testing with JestI kind of never really saw the bigger picture with unit testing until I watched an excellent YouTube video by Kyle over at Web Dev…11 min read·Oct 30--
Shoaib BhimaniTesting React Components with Roles: A Guide to Using React Testing LibraryPrefer `role` for getting elements from components instead of `testId`2 min read·Aug 3--
ShuvoTesting Next.js Applications with Jest: A Comprehensive GuideIn the fast-paced world of web development, creating robust and bug-free applications is paramount. One essential aspect of achieving this…5 min read·Sep 3--
Manuel SuricastroinStackademicMastering in react testing library: 7 tips to optimize your testsAchieving high confidence and low maintenance in your code6 min read·Aug 30--
Java_springBootHow I Started learning Spring Boot.Are you a Beginner and confused how where to learning spring boot.2 min read·Sep 7--
James CollertoninBetter ProgrammingA Crash Course in Testing Next.js ProjectsJest, Cypress, and Storybooks11 min read·Jul 20--