Run Tests from Editor

Learn how to run a single test right from the editor.

If you want to run or debug a single test, the easiest way to do that is to click the icon on the left of that test in the editor. This icon also shows you the test status for the tests you’ve run recently (red for failed and green for successfully passed).


Related Resources

React, TypeScript, and TDD
How to write React applications in TypeScript using TDD, highlighting features of the IDE
Review Errors from Test Runners
In a test file, hover over an error to get more information about it.
Finding Tests in Large Test Files
Use the Structure tool window for quick navigation around large test files.