Files
rippled/test/mocha.opts
Nicholas Dudfield e14c700c60 New integration tests:
* New tests for autobridging and freeze
* Discrepancy detection tests
* Don't let Mocha suppress load time errors
2014-06-28 18:27:33 -07:00

6 lines
123 B
Plaintext

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