1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2024-11-20 11:27:17 -05:00

Add trevor to Testing

This commit is contained in:
Luigi Pinca 2015-10-04 11:26:08 +02:00
parent f11c5f4326
commit 34c373d9c8

View file

@ -481,6 +481,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [nock](https://github.com/pgte/nock) - HTTP mocking and expectations.
- [intern](https://github.com/theintern/intern) - A next-generation code testing stack for JavaScript.
- [toxy](https://github.com/h2non/toxy) - Hackable HTTP proxy to simulate failure scenarios and network conditions.
- [trevor](https://github.com/vdemedes/trevor) - Run tests against multiple versions of Node.js without switching versions manually or pushing to Travis CI.
### Benchmarking