Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab30be commit 530f508Copy full SHA for 530f508
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Changelog
2
---------
3
4
+### 2.3.1
5
+- Fix problems when global objects like JSON, etc. have been rewired [#40](https://github.com/jhnns/rewire/issues/40)
6
+
7
### 2.3.0
8
- Add possibility to mock undefined, implicit globals [#35](https://github.com/jhnns/rewire/issues/35)
9
package.json
@@ -1,6 +1,6 @@
{
"name": "rewire",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "Easy dependency injection for node.js unit testing",
"keywords": [
"dependency",
0 commit comments