Testing

SkillDev tools

Commands for running unit tests in the Trezor Suite monorepo. Use when you need to run tests for specific packages or the entire project.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Testing skill

What this skill tells your AI

The instructions your AI receives, as published by trezor/trezor-suite in skills/tests-commands/SKILL.md and read by ahel’s review.

Commands

yarn test:unit             # Run unit tests
yarn workspace @package-scope/package-name test:unit  # Test specific package

To run single test file:

yarn workspace @package-scope/package-name test:unit --coverage=0 file.test.ts

Signals

GitHub stars
1k
Forks
375
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
tests-commands
Source
github.com/trezor/trezor-suite