issues
search
bitcoinjs
/
bitcoinjs-lib
A javascript Bitcoin library for node.js and browsers.
MIT License
5.72k
stars
2.11k
forks
source link
How can I run a test for just one file with a specific name?
#2086
Closed
nguyenHoang32
closed
7 months ago
junderw
commented
7 months ago
npm run mocha:ts -- 'test/bip32.ts'
etc.
npm run mocha:ts -- 'test/bip32.ts'
etc.