Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 818 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 818 Bytes

JS Test Outline

Outline for Javascript/TypeScript test.

Following Libraries is supported. But it is basically available in other test libraries (e.g. vitest, bun test).

  • Jest

Features

  • tests and test groups can be displayed in a tree view.
  • to sync expanding and collapsing between the editor and the tree.

Demo of js test outline

Installation

JS Test Outline - Visual Studio Marketplace

Usage

Open the command pallet(or press the Ctrl + Shift + P) and type Testing: Focus on JS Outline View to open the outline.

If you need, you should move the outline to another panel.

image