near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 22 forks source link

feat: implement toJSON for Account and fix BN JSON default #35

Closed austinabell closed 3 years ago

austinabell commented 3 years ago

Having BN default to hex and Account not be JSON serializable tripped me up when writing tests that used these as function calls parameters.

austinabell commented 3 years ago

Closing to merge change with #37 for convenience in merging