Skip to content

tryretool/vscode-bazel-jest

 
 

Repository files navigation

VSCode Bazel + Jest Integration

Overview

Run your Jest tests in VSCode.

Usage

Run, Watch, and Debug buttons will appear above all describe and it blocks. Clicking on them will run the correct bazel command for that block in the vscode terminal.

Note: the bazel command may fail due to the test working yet.


Based off of mscolnick's vscode-bazel-jest. Used/modified with permission

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.2%
  • JavaScript 12.8%