Files
trezor-suite/skills/tests-commands.md
2026-02-12 15:22:32 +01:00

276 B

Testing

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