From Testing JavaScript Applications by Lucas da Costa
In this article, I will teach you techniques to help you write better assertions. You will learn how to make them catch as many bugs as possible, without having to update tests too often, lessening your maintenance burden.
From Testing JavaScript Applications by Lucas da Costa
In this article, you’ll learn how to use Node and Jest to test code written to run in a browser.
From The Well-Grounded Python Developer by Doug Farrell
This article delves into using the OOP coding paradigm in the Python language.
From Testing JavaScript Applications by Lucas da Costa
This article explains what parallelism is and how Jest can help you run your tests faster.