From 3656876955e4a256ac330d3e059b178b951e01b6 Mon Sep 17 00:00:00 2001 From: Sergei Voronezhskii Date: Wed, 5 Feb 2020 04:41:06 +0300 Subject: [PATCH 1/2] Add proxyquire --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1df9a0e..3680a18 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Enzyme](http://airbnb.io/enzyme/index.html) - Enzyme is a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output. * [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. +* [proxyquire](https://github.com/thlorenz/proxyquire) - Stub nodejs's require. * [expect.js](https://github.com/Automattic/expect.js) - Minimalistic BDD-style assertions for Node.JS and the browser. ### Coverage From 78507163b6a7ed3d8e740eae84d85bd0f769a02c Mon Sep 17 00:00:00 2001 From: Sergei Voronezhskii Date: Wed, 5 Feb 2020 23:11:30 +0300 Subject: [PATCH 2/2] fix(proxyquire): should be at the end of section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3680a18..170f5d6 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,8 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Enzyme](http://airbnb.io/enzyme/index.html) - Enzyme is a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output. * [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. -* [proxyquire](https://github.com/thlorenz/proxyquire) - Stub nodejs's require. * [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