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
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ rewire does **not** load the file and eval the contents to emulate node's requir
12
12
13
13
**Debugging is fully supported.**
14
14
15
-
Furthermore rewire comes also with support for[browserify](https://github.com/substack/node-browserify). Thus you can mock your modules in the browser as well.
16
-
**Update:***rewire seems to be[broken with browserify >= 1.13.4](https://github.com/jhnns/rewire/issues/5). I'm working on that.*
15
+
Furthermore rewire comes also with support for[browserify](https://github.com/substack/node-browserify).
rewire is tested with node 0.6.x - 0.8.x. I recommend to run the unit tests via`mocha` in the rewire-folder before using rewire with older node versions.
27
+
rewire is tested with node 0.6.x - 0.8.x. I recommend to run the unit tests via`mocha` in the rewire-folder before