Skip to content

Commit 7850716

Browse files
author
Sergei Voronezhskii
authored
fix(proxyquire): should be at the end of section
1 parent 3656876 commit 7850716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
136136
* [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.
137137
* [react testing library](https://github.com/kentcdodds/react-testing-library) - Simple and complete React DOM testing utilities that encourage good testing practices.
138138
* [Sinon.JS](https://github.com/sinonjs/sinon) - Test spies, stubs, and mocks for JavaScript.
139-
* [proxyquire](https://github.com/thlorenz/proxyquire) - Stub nodejs's require.
140139
* [expect.js](https://github.com/Automattic/expect.js) - Minimalistic BDD-style assertions for Node.JS and the browser.
140+
* [proxyquire](https://github.com/thlorenz/proxyquire) - Stub nodejs's require.
141141

142142
### Coverage
143143

0 commit comments

Comments
 (0)