---
name: trezor/tests-commands
source: https://app.decimal.ai/s/trezor-tests-commands@1/SKILL.md
source_sha256: a3bfd46597e4
---

# Testing

## Commands

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

To run single test file:

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