Files
rippled/test/mocha.opts
Nicholas Dudfield 4dc2cf8a6b Update tests to support latest ripple-lib:
* Update ripple-lib api usage
* Use latest npm ripple-lib
  * Tested with bignumber.js branch and tip of develop
* Use new version of coffee-script
  * Better source maps
* Update mocha
* Add assert-diff for better error reporting
* Add rconsole, enabled via USE_RCONSOLE env var
  * For use with manual installation only
2015-01-26 19:13:40 -08:00

6 lines
132 B
Plaintext

--require ./test/mocha-loader-patch.js
--reporter spec
--compilers coffee:coffee-script/register
--ui tdd
--timeout 10000
--slow 600