Skip to content

Latest commit

 

History

History
6 lines (2 loc) · 406 Bytes

design_unit_testing.md

File metadata and controls

6 lines (2 loc) · 406 Bytes

Design unit testing

Studio uses Mocha by default. Of course, you are free to use whatever unit testing framework you want. You can also use ether.camp's new Ethereum Testing Reference that runs unit tests you write yourself. It is a standalone framework that is very fast and more akin to full stack javascript development with Node.js