Files
backstage/packages/cli-module-test-jest
Patrik Oldsberg ac96393a12 Fix jest peer dependency in cli-module-test-jest
Change peer dependency from jest-cli to jest to match the actual
runtime usage of require('jest') and the original @backstage/cli
peer dependency declaration.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-15 23:30:19 +01:00
..

@backstage/cli-module-test-jest

CLI module that provides Jest-based testing commands for the Backstage CLI.

Commands

Command Description
package test Run tests, forwarding arguments to Jest, defaulting to watch mode
repo test Run tests, forwarding arguments to Jest, defaulting to watch mode

Documentation