In this chapter we’ll add the describe function to group our tests. This function is a core mechanism for organizing tests.
The mechanisms in place for organizing tests
How to implement the describe function
How to build a test report that contains organizational information
By the end of the chapter, you’ll have a deep understanding of how all unit test projects are structured.
The Basics of Unit Test Organization
The test script file you’ve been working with, test/tests.mjs, already has two types of organization.
First, ...