bitcoinjs/bitcoinjs-lib

How can I run a test for just one file with a specific name?

nguyenHoang32 opened this issue · 1 comments

How can I run a test for just one file with a specific name?

npm run mocha:ts -- 'test/bip32.ts'

etc.