mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
migrate from yarn to npm (#148)
* migrate from yarn to npm * fix unrelated prettier error
This commit is contained in:
@@ -98,10 +98,10 @@ Encode the transaction object for multi-signing.
|
||||
|
||||
Run unit tests with:
|
||||
|
||||
yarn test
|
||||
npm test
|
||||
|
||||
Use `--coverage` to generate and display code coverage information:
|
||||
|
||||
yarn test --coverage
|
||||
npm test --coverage
|
||||
|
||||
This tells jest to output code coverage info in the `./coverage` directory, in addition to showing it on the command line.
|
||||
This tells jest to output code coverage info in the `./coverage` directory, in addition to showing it on the command line.
|
||||
|
||||
Reference in New Issue
Block a user