Finding Tests in Large Test Files

Use the Structure tool window for quick navigation around large test files.

To find a test you need in a huge test file, you can open the Structure view ⌘7 (macOS) / Alt+7 (Windows/Linux) and start typing the test name. Press ⌘↓ (macOS) / F4 (Windows/Linux) to jump back to the code.


Related Resources

React, TypeScript, and TDD
How to write React applications in TypeScript using TDD, highlighting features of the IDE
Run Tests from Editor
Learn how to run a single test right from the editor.
Review Errors from Test Runners
In a test file, hover over an error to get more information about it.