OpenZeppelin / openzeppelin-test-environment

[Not actively maintained] One-line setup for blazing-fast smart contracts tests
https://docs.openzeppelin.com/test-environment
MIT License
90 stars 39 forks source link

Update docs as Mocha supports parallel tests #131

Open abcoathup opened 4 years ago

abcoathup commented 4 years ago

Mocha 8 adds the ability to run tests in parallel https://github.com/mochajs/mocha/releases/tag/v8.0.0

Update the documentation to show that Mocha has this functionality alongside Ava and Jest.