⏭️ skip
Skipping a test file
Skipping a test file
The .only modifier enables selective execution of tests, allowing you to focus on specific describe, it, and/or test blocks by running only those marked with .only. See the usage to understand the different conditions and behaviors.
.todo is an extended helper for describe, it, and test to assist you plan future tests.