mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 22:28:30 +01:00
276 B
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