migrate from yarn to npm (#148)

* migrate from yarn to npm

* fix unrelated prettier error
This commit is contained in:
ledhed2222
2021-10-13 16:11:55 -04:00
parent ba7594c51f
commit 869e6e2553
6 changed files with 14331 additions and 4634 deletions

View File

@@ -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.