Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Commands for running unit tests in the Trezor Suite monorepo. Use when you need to run tests for specific packages or the entire project.
.claude/skills/trezor-tests-commands/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -76% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -67% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 47% | 0% |
bashyarn test:unit # Run unit tests yarn workspace @package-scope/package-name test:unit # Test specific package
To run single test file:
bashyarn workspace @package-scope/package-name test:unit --coverage=0 file.test.ts
Other measured skills in the registry, with their headline benchmark lift.