You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Furthermore rewire comes also with support for[browserify](https://github.com/substack/node-browserify). Thus you can mock your modules also in the browser.
16
16
17
17
<br />
18
18
@@ -22,7 +22,16 @@ Installation
22
22
`npm install rewire`
23
23
24
24
**For older node versions:**<br />
25
-
rewire is tested with node 0.7.x. I recommend to run the unit tests via`mocha` in the rewire-folder before using rewire with older node versions.
25
+
rewire is tested with node 0.6.x - 0.7.x. I recommend to run the unit tests via`mocha` in the rewire-folder before using rewire with older node versions.