Merge pull request #667 from sergw/patch-1

Add proxyquire
This commit is contained in:
Gökay Gürcan 2020-02-06 11:04:55 +01:00 committed by GitHub
commit b7c0e41531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [react testing library](https://github.com/kentcdodds/react-testing-library) - Simple and complete React DOM testing utilities that encourage good testing practices.
* [Sinon.JS](https://github.com/sinonjs/sinon) - Test spies, stubs, and mocks for JavaScript.
* [expect.js](https://github.com/Automattic/expect.js) - Minimalistic BDD-style assertions for Node.JS and the browser.
* [proxyquire](https://github.com/thlorenz/proxyquire) - Stub nodejs's require.
### Coverage